| Author |
Java Memmory management
|
ragi singh
Ranch Hand
Joined: Mar 10, 2010
Posts: 198
|
|
hi all ,
Please share links giving information on Java Memmory management ie how and where in memmory classes , statics and variables are stored and also some information on processor bound instructions in Java .
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
How about you ShowSomeEffort first? Have you searched a bit on Google? Have you read the Java Language Specification? Any other Oracle (previously Sun) documentation?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
ragi singh
Ranch Hand
Joined: Mar 10, 2010
Posts: 198
|
|
|
yes i have searched a lot and all i could get was information on memmory management using the garbage collector , however i would like to understand how the JVM behaves when a program starts and how does the program execution affect the CPU . What are processor bound instructions ?
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12924
|
|
Here's a link: The Java Memory Model.
Search on Google for "Java memory model" and you'll find lots of other documents.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
ragi singh
Ranch Hand
Joined: Mar 10, 2010
Posts: 198
|
|
|
Thanks .
|
 |
 |
|
|
subject: Java Memmory management
|
|
|