Explain final, finalize() and finally?

Answers were Sorted based on User's Feedback



Explain final, finalize() and finally?..

Answer / ajit kumar

write a program explain the exception handling machanisms
in java using the keywords try catch and finaly ?

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More Core Java Interview Questions

How do you ensure that n threads can access n resources without deadlock?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Give any two differences between C++ and java.

0 Answers   GrapeCity,


Can we declare a class as abstract without having any abstract method?

0 Answers  


What is passed by reference and pass by value ?

0 Answers  






Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types

4 Answers   TCS,


What is casting?

5 Answers  


Write a java program to check if a number is prime or not?

0 Answers  


What is gui programming?

0 Answers  


Is java util list serializable?

0 Answers  


What is an infinite loop?

0 Answers  


While opening the file, what type of exceptions can be caught?

3 Answers  


Categories