• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

good links on gc

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am preparing to give the exam but still weak in areas of garbage collection, threads,io & collection
can anybody give me links of tutorials which can help me on these topics in the exam
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Ranch use the search facility and search with keyword garbage collection and author Jim Yingst.
All his replies have excellent content and very valuable for exam.
Pls tell afterwards whether u still need anything else.
for GC no book is good. Use ranch only.
tvs sundaram
SCP for Java2 Platform
 
Ranch Hand
Posts: 3141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Abdul,
For links on thread articles/tutorials see this post
For i/o try Introduction to Java I/O tutorial
For Collections try
The Collections Framework tutorial
Core Java 2, Chapter 2 Collections
Java Collections Framework tutorial
There's not much around on gc, try
Garbage Collection in Java
Garbage Collection and setting to null
Hope they help.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
[This message has been edited by Jane Griscti (edited October 21, 2001).]
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i think there will be few about gc. the things i need to remember is only the instances which are no longer refered by any reference MAY be collected. but there is nothing can guarantee whether or when this will happen, even the call to System.gc() and Runtime.gc().
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic