Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > declaration > Java declaration > Java array declaration
Next Java declarationJava variable declaration    UpJava declaration

Java array declaration
subjectfact 
Java array declarationhas example
int[] anIntArray = new int[25];
byte[] aByteArray; // not initialized
Account[] anAccountArray = new Account[numAccounts];
link: chapter2section2.8.html#797, 2001-08-30 14:56:09.0
has form square brackets following the typelink: chapter2section2.8.html#795, 2001-08-30 14:56:09.0
is a subtopic of The Basics of Java2001-08-30 14:56:09.0
is a kind of Java declaration2001-08-30 14:56:09.0