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
> 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
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