|
-
Jan 23rd, 2002, 11:05 AM
#4
Hyperactive Member
you can also delcared multi-demensionial arrays like that:
for example a 2D array {{1,2,3,5}, {6,7,8,9,10}}; this illustrates an important concept of Java. THERE ARE NO MUTLIDIMENSIONAL arrays. The work around is that you can have an array of arrays of data, which works rather the same way w/ the bonus that you can have ragged arrays.
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|