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 |
What is difference between Iterator and for loop
What is the base class in java from which all classes are derived?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is meant by local variable and instance variable?
Which is best ide for java?
How do you calculate roots in java?
What is Difference between Serializable and Externalizable in Java serialization?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is constructor
9 Answers Manforce, Tech Mahindra,
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,
What is string [] args?