Under what conditions is an object’s finalize() method invoked by the garbage collector?


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

Post New Answer

More Core Java Interview Questions

What is a functional interface?

0 Answers  


what is singlton class?where it is use in real time senario.

1 Answers   Wipro,


Can you override static method in java?

1 Answers  


How two different class threads communicate with each other?. send example code.

4 Answers  


What is a “stateless” protocol ?

0 Answers  






What are the four versions of java?

0 Answers  


Can a class have multiple subclasses?

0 Answers  


Why are lists ordered in java?

0 Answers  


Is a boolean variable?

0 Answers  


what are Hostile Applets?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Differentiate storage classes on the basis of their scope?

0 Answers   Fidelity,


Categories