What do you understand by garbage collection in Java? Can it be forced to run?


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

Post New Answer

More Core Java Interview Questions

Why call by value prevents parameter value change?

0 Answers  


What is numeric function?

0 Answers  


Can you explain the meaning of aggregation and composition

0 Answers  


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


Can you make a constructor final in Java?

0 Answers   SwanSoft Technologies,






What method is used to specify a container's layout in java programming?

0 Answers  


What is lazy programming?

0 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


How does hashset works in java?

0 Answers  


Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.

1 Answers   NIIT,


What is the difference between class & structure?

0 Answers  


Categories