When is an object subject to garbage collection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are locale settings?

0 Answers  


What do you mean by exception handling in Java?

0 Answers   Atos Origin,


What is a memory leak in java?

0 Answers  


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  






Explain the difference between association, aggregation and inheritance relationships.

0 Answers  


Explain about object oriented programming and its features?

0 Answers  


what is the difference between thread and runnable types? : Java thread

0 Answers  


string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?

5 Answers   HCL,


What is unicode?

5 Answers  


how can u apply shallow cloning and deep cloning to create object?

1 Answers   Yash Technologies,


diff between abstract methods and interfaces with programing (code) example?

2 Answers  


Categories