Explain the importance of finalize() method.


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

Post New Answer

More Core Java Interview Questions

What is percentage in java?

0 Answers  


How can we break singleton in java?

0 Answers  


tell me some common

2 Answers   TCS,


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Which method must be implemented by all threads?

0 Answers  






How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


How do I get 64 bit java?

0 Answers  


system.out.println(1 + 3);

8 Answers  


How can u create the Object of class Without using "New" opertor?

3 Answers   IBM, TCS,


Can we use static class instead of singleton?

0 Answers  


What is public static void main?

0 Answers  


What is the purpose of a volatile variable?

0 Answers  


Categories