H

     
heap

The heap is where Java objects are stored. Sometimes it is called the garbage collectible heap because this is the only area in which the garbage collector runs, ensuring that there is as much free memory as possible.



Hexadecimal

Base 16 numbering system in which 0-9 and A-F represent the numbers 0 through 15. Java hexadecimals are prefixed with 0x. Note that the letters used to represent a hexadecimal number are not case sensitive ”that is, 0xAFC is identical to 0xafc.





Java Garage
Java Garage
ISBN: 0321246233
EAN: 2147483647
Year: 2006
Pages: 228
Authors: Eben Hewitt

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net