Why destructor is not used in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between throw and throws?
what is hashmap& hashtable with example?
State two differences between C and Java.
What is a jit compiler?
Why call by value prevents parameter value change?
Is it possible for a yielded thread to get chance for its execution again?
What are multiple inheritances? Is it supported by java?
Can we call the Thread.sleep in Synchyronozed block?
How do you sort arraylist in descending order?
What is the best definition for data?
What is string substring?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,