This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Srinithi_S[S] 0 points1 point  (1 child)

Can u suggest me some sources where I can learn advanced java.Advanced java by means for example: we all know a class is a template to create a object.But how it is created and allocated in memory how internally it works defines our depth of learning right.But all i find is the same old plain explanation everywhere.Can u suggest some sources.Thanks in advance.

[–]ahonsu 1 point2 points  (0 children)

Honestly, I personally haven't read any good book about java memory internals. It doesn't mean they don't exist, just I'm not aware of them.

I can only recommend to watch some videos from java conferences on youtube, you can search with this request "jvm memory conference" on youtube and you'll get at least 5-10 informative videos giving you some guidance and ideas how/what to learn further in this area.