Explain garbage collection in java?


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

Post New Answer

More Core Java Interview Questions

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


why java does not contain pointers?

13 Answers   Infosys, TCS,


Explain the significance of class loaders in bootstrap?

0 Answers  


What access modifiers can be used for variables?

0 Answers  


Does a class inherit the constructors of its superclass in java programming?

0 Answers  






How do you clear an arraylist in java?

0 Answers  


Can we override constructors?

0 Answers  


What is the difference between java applets and applications?

0 Answers  


What is the main function in java?

0 Answers  


How a string is stored in memory?

0 Answers  


can any body body expalin best definitions & best real time exaples for opps concepts.

0 Answers   Accel,


What is null object in java?

0 Answers  


Categories