SUBSCRIBE VIA EMAIL TO GET NEW BATCH UPDATES

Enter your email address to get new batch updates:

Delivered by FeedBurner

Tuesday, September 9, 2014

Garbage Collection 1 Day Workshop Video Session by Mr.Durga

Syllabus:
Introduction
The ways to make an object eligible for GC
The methods for requesting JVM to run GC
Finalization
After Completion This WrokShop You Can Answer All The Below Questions:
Garbage collection:
1) Explain about Garbage Collector?

2) Explain about finalize() method?

3) Explain System.gc ()?

4) When garbage collector calls finalize() method?

5) finalize() method is available in which class?

6) Explain purpose of Runtime class?

7) How we can create a Runtime object?

8) What is singleton class?

9) Is it possible to create our own singleton class and Explain with an example?

10) What is finalize () method?

11) Is it possible to call finalize () method explicitly by the programmer?

12) What are various ways to call Garbage Collector explicitly and explain recommended way?

13) What is the algorithm followed by garbage collector?

14) What are various ways to make an object eligible for GC?

15) How many times garbage collector calls finalize method on the given object?

16) Explain island of isolation?

17) While executing finalize() method if exception raise what will happen?

 

No comments:

Post a Comment

Blog Archive