File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Booney mock exam q#65 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 » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Booney mock exam q#65" Watch "Booney mock exam q#65" New topic
Author

Booney mock exam q#65

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944

Which Statements abt Garbage Collection are true?
a.You can directly free the memory allocated by an object.
b.You can directly run the garbage collector whenever you want to.
c.The garbage collector informs your object when it is about to be garbage collected.
d.The garbage collector reclaims an object�s memory as soon as it becomes a candidate for garbage collection.
e.The garbage collector runs in low-memory situations.
Can someone tell me..
The answers given are b,c,e
Vivek Shrivastava
Ranch Hand

Joined: Jun 03, 2000
Posts: 277
Hi,
Try following links. Hope they will help u.
http://www.javaranch.com/ubb/Forum24/HTML/000675.html http://www.javaranch.com/ubb/Forum24/HTML/001472.html http://www.javaranch.com/ubb/Forum24/HTML/002457.html
vivek
 
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: Booney mock exam q#65
 
Similar Threads
Garbage collection
Garbage Collection
a question about GC
garbage collection
gc