aspose file tools
The moose likes Java in General and the fly likes Java Memmory management Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java Memmory management " Watch "Java Memmory management " New topic
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
    
    3

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 .
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java Memmory management
 
Similar Threads
OutOfMemoryException
java memmory tester
heaps in Java and garbage collection
local variable Vs class level variable
does java support shared memory concept