Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JVM accessing Objects compared to array notation??????????

Status
Not open for further replies.

Oxymoron

Technical User
Dec 17, 2000
168
GB
Hi,

Can anyone tell me any resources or information concerning how the JVM accesses Objects in memory. Also how does the JVM access objects or types using the normal array notation.

e.g. myLinkedList.get( i );

compared to

myNormalObjArray[ i ];



Any information would be really useful, thankyou all!

Oxy

we are all of us living in the gutter.
But some of us are looking at the stars.
 
Maybe you can find something at :

On search for "Java Virtual Machine"

You can download an HTML version of "The Java Virtual Machine Specification Second Edition" at
You can find a part of "Programming for the Java Virtual Machine" at :
"Inside The Java Virtual Machine" :

....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top