What is finalize()? Is finalize() similar to a destructor?
No Answer is Posted For this Question
Be the First to Post Answer
how to fing linkedlist is circular or not?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
How do you check if two given string are anagrams?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
is set interface synchronized by default???
What is an association?
What is the purpose of the finalize() method?
Can we override private method in java?
What is constructor and virtual function?
briefley expalin about the packages
What is the difference between import java.util.date and java .util?
How do you trim a space in java?