What is variable length arguments in java?


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

Post New Answer

More Core Java Interview Questions

Explain when classnotfoundexception will be raised ?

0 Answers  


which one the better thread emplemented thread or extended ?

4 Answers   Fidelity,


How do you execute a thread in java?

0 Answers  


Is math class static in java?

0 Answers  


What is garbage collector?

0 Answers  






what is ennumaration?

2 Answers   Amdocs,


What is the relationship difference the canvas class and the graphics class?

0 Answers  


What are the types of inner classes (non-static nested class) used in java?

0 Answers  


What are anonymous inner classes?

0 Answers  


How do you do descending order in java?

0 Answers  


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?

0 Answers  


Categories