does java support default argument in Method?



does java support default argument in Method?..

Answer / sadikhasan palsaniya

No, java does not support default argument in method.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

What are strings in physics?

0 Answers  


What is dynamic array in java?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Name some OOPS Concepts in Java?

0 Answers  


What is the use of inner class?

0 Answers  






Can you explain the meaning of aggregation and composition

0 Answers  


What is the difference between conversation & casting?

0 Answers  


What are keyboard events?

0 Answers  


what is object-oriented programming in java?

0 Answers   Reliance,


Write a program to find maximum and minimum number in array?

0 Answers  


After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?

5 Answers   Aricent,


use of wrapper classes?

3 Answers   IBM,


Categories