Does java allow default arguments?


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

Post New Answer

More Core Java Interview Questions

HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?

1 Answers  


How many bytes is double?

0 Answers  


Difference between JVM and JRE?

3 Answers   Amdocs,


Can one thread block the other thread?

0 Answers  


What is meant by data hiding in java?

0 Answers   Aspire, Infogain,


What are the disadvantages of using inner classes?

0 Answers  


Why java is considered dynamic?

0 Answers  


How many decimal places is a double?

0 Answers  


What happens when a thrown exception is not handled?

0 Answers   Wipro,


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What are different types of access modifiers?

3 Answers  


What is an object in java?

0 Answers  


Categories