How many times finalize method will be invoked? Who invokes finalize() method in java?


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

Post New Answer

More Core Java Interview Questions

What is the size of boolean variable?

0 Answers  


What does java se mean?

0 Answers  


What is boolean keyword in java?

0 Answers  


What is intern method in java?

0 Answers  


Does A Class Inherit The Constructors Of Its Superclass?

0 Answers   Wipro,






Can we declare an anonymous class as both extending a class and implementing an interface?

8 Answers   College School Exams Tests, JVA, TCS, Wipro,


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Can you inherit a constructor java?

0 Answers  


What is integer size in java?

0 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)

0 Answers  


What is covariant return type?

0 Answers  


Categories