Can we force garbage collector to run ?


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

Post New Answer

More Core Java Interview Questions

How big is a 32 bit integer?

0 Answers  


What do you mean by flow of struts?

0 Answers   Amdocs,


What is procedure writing?

0 Answers  


What are the two types of exceptions in java? Which are the differences between them?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  






What are the characteristics of java?

0 Answers  


What means public static?

0 Answers  


how to create daemon thread in java?

0 Answers  


Explain the difference between the public, private, final, protected, and default modifiers?

0 Answers  


What if static is removed from main method?

0 Answers  


What the difference is between execute, execute Query, execute Update?

0 Answers  


Explain about procedural programming language or structured programming language and its features?

0 Answers  


Categories