What is the purpose of garbage collection in java? When is it used?


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

Post New Answer

More Core Java Interview Questions

Which is better 64 bit or 32 bit?

0 Answers  


What is the parse method in java?

0 Answers  


What is java class writing rules?

1 Answers   Oracle,


What should I import for arraylist in java?

0 Answers  


What is == and === in javascript?

0 Answers  






Can we create more than one object singleton class?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is the argument in java?

0 Answers  


Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this

2 Answers   NIIT, TCS,


What are the two ways of implementing multi-threading in java?

1 Answers  


What are actual parameters?

0 Answers  


What is basic concept of static in java ?

1 Answers   iGate,


Categories