| Author |
JVM and Java Internals
|
Nancy Antony
Ranch Hand
Joined: Sep 06, 2007
Posts: 142
|
|
Hi Ranchers,
Where can I find Java internals and JVM architecture and Internals?
Regards,
Nancy
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
You can have a look at the book: Inside the JVM- http://www.artima.com/insidejvm/ed2/
This would better be in- Java General (or Beginners Java?) forum.
|
Mohamed Sanaulla | My Blog
|
 |
Muhammad Khojaye
Ranch Hand
Joined: Apr 12, 2009
Posts: 341
|
|
Nancy Antony wrote:Where can I find Java internals and JVM architecture and Internals?
check out VM Spec.
also, you can find the source code and documentation of JVM here.
|
http://muhammadkhojaye.blogspot.com/
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16681
|
|
mohamed sanaullah wrote:This would better be in- Java General (or Beginners Java?) forum.
Agreed.
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
|
This question has been asked a lot here, it is better to part of the FAQ.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
|
You can get the source code of the JVM at http://openjdk.java.net/ but it is ofcourse not a small or simple project.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Nuwan Arambage
Ranch Hand
Joined: May 05, 2010
Posts: 76
|
|
Hi,
You can find in detail of JVM and JVM internals if you find the book Java virtual machine internal architecture if I'm not mistaken.
It is a really a good book for a beginner.
|
Thinker
Nuwan Arambage
|
 |
Nuwan Arambage
Ranch Hand
Joined: May 05, 2010
Posts: 76
|
|
Nuwan Arambage wrote:Hi,
You can find in detail of JVM and JVM internals if you find the book Java virtual machine internal architecture if I'm not mistaken.
It is a really a good book for a beginner.
This is the link . I made a mistake this is the book I'm talking about.
|
 |
 |
|
|
subject: JVM and Java Internals
|
|
|