What is variable length arguments in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain when classnotfoundexception will be raised ?
which one the better thread emplemented thread or extended ?
How do you execute a thread in java?
Is math class static in java?
What is garbage collector?
what is ennumaration?
What is the relationship difference the canvas class and the graphics class?
What are the types of inner classes (non-static nested class) used in java?
What are anonymous inner classes?
How do you do descending order in java?
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,
Why you should not use singleton?