Can the garbage collection be forced by any means?


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

Post New Answer

More Core Java Interview Questions

How will you serialize a singleton class without violating singleton pattern?

0 Answers  


what are different ways in which a thread can enter the waiting state? : Java thread

0 Answers  


how to print output with out using sop statements

5 Answers   UHG,


What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.

3 Answers   IBM,


Explain the importance of throwable class and its methods?

0 Answers  






What is a private class in java?

0 Answers  


Can abstract class have private constructor?

0 Answers  


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

0 Answers  


Which api is provided by java for operations on set of objects?

0 Answers  


How do you differentiate abstract class from interface?

0 Answers  


How will you measure that int takes up only 32 bits in memory?

2 Answers   Rolta,


what is difference between set and list in collection?

3 Answers   Satyam,


Categories