[Bluej-discuss] indexing!
Aryeh M. Friedman
aryeh.friedman at gmail.com
Thu Dec 6 16:08:43 GMT 2007
na na wrote:
> hi, i'm working on a project and i really need some help. could
> anybody please let me know how items are stored in an array?.....i'd
> like to create a string-array so any help would be greatly
> appreciated. thanks
First of all if your looking for item 1 this is not a list for student
questions.
Depends on if your asking:
1. How the array is logically laid out (i.e. how you as the programmer
sees it) if so any good java book/tutorial will show you how
2. How the JVM physically lays them out in RAM, if so it is very
dependant on the JVM and how many dimensions are in the array. Unless
you really need to know for some implementation reason it is best to
just know that if you address some element it will be fetched.
--
Aryeh M. Friedman
FloSoft Systems
Developer, not business, friendly
http://www.flosoft-systems.com
More information about the bluej-discuss
mailing list