When is the finalize() called?


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

Post New Answer

More Core Java Interview Questions

Difference between Web-based applications,Client- Server applications and Distributed applications?

3 Answers   Infosys,


Can we use both this () and super () in a constructor?

0 Answers  


Explain public static void main(string args[]) in java.

0 Answers  


Can a class have multiple subclasses?

0 Answers  


What are the kinds of polymorphism?

0 Answers  






Can you extend main method in java?

0 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


What is the difference between Checked and Unchecked exception? Give some examples

2 Answers   Ness Technologies,


Define an enumeration?

0 Answers  


Explain final, finalize() and finally?

11 Answers   Accenture, TCS,


Difference between == and .equals() ?

0 Answers  


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,


Categories