Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Objects and Arrays
December 1, 1996 9:34 AM
|
All Java programs are compiled into class files that contain bytecodes, the machine language of the Java virtual machine. This article takes a look at the bytecodes that manipulate objects and arrays.
Read this Artima.com article: http://www.artima.com/underthehood/objects.html |