Books on Java Internals

Can anyone suggest me a good book on Java Internals.

If my explanation is too lengthy,I apologise for that.

1)If I say Iam instanciating an Object

2)or using Collections,I need to know how these are exactly happening inside the JVM.

Though I have 1 year of experience in Java,I need to know more elaborate on that.Can anyone suggest me a good book or link on this.

Regds,

Vidhya

[421 byte] By [future_architecta] at [2007-11-26 12:36:16]
# 1
> Can anyone suggest me a good book on Java Internals.You mean VM specifications? http://java.sun.com/docs/books/vmspec/2nd-edition/html/VMSpecTOC.doc.html> If my explanation is too lengthy,I apologise for> that.What if it is too short? :p
aniseeda at 2007-7-7 16:02:08 > top of Java-index,Java Essentials,Java Programming...
# 2
My requirement is,1) I need to know how the memory allocation, memory refernce and how the interaction takes place between the objects.Can u suggest me on this topicThnks,Vidhya
future_architecta at 2007-7-7 16:02:08 > top of Java-index,Java Essentials,Java Programming...
# 3
> Can u suggest me on this topic http://www.google.com/The first link with the keywords "java internals" is quite relevant.
aniseeda at 2007-7-7 16:02:08 > top of Java-index,Java Essentials,Java Programming...