What happens if an exception is throws from an object's destructor?


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

Post New Answer

More Core Java Interview Questions

Why java is considered dynamic?

0 Answers  


what is the difference between future and callable interface in java?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  


Can a final variable be manipulated in java?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

0 Answers  


What is the functionability stubs and skeletons?

0 Answers  


Write a program to check for a prime number in java?

0 Answers   Cyient,


Can an abstract class have a constructor?

1 Answers   RBS, Wipro,


Is alive and join method in java?

0 Answers  


What is the default value of byte datatype in java?

0 Answers  


Categories