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 is r * in math?

0 Answers  


What is derived datatype?

0 Answers  


What is the current version of java?

0 Answers  


Explain JSP life cycle

1 Answers   Cap Gemini,


How are Java source code files named?

3 Answers  






How can we create objects if we make the constructor private ?

0 Answers  


What are different ways of object creation in java ?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


Explain about assignment statement?

0 Answers  


Difference between this() and super() ?

0 Answers  


What is a final class ?

0 Answers  


Linked List reverese program

2 Answers   Bally Technologies,


Categories