whatis arguments &what is default argument
Answers were Sorted based on User's Feedback
Arguments are passed to parameters. Arguments are should
have some values, but parameters are declared in the
function, its only declaring the variables.
Default arguments depends on corresponding parameters.
Is This Answer Correct ? | 2 Yes | 0 No |
Every Method have 0 or more than 0 argument.
If method have zero argument that is called default argument.
Arguments are passed in method parameter.
In every java program one default Constructor will be with
default argument.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the enumerator of the java collection framework? : java collections
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
What are the types of java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What are the types of interface used in the java collections? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
How to use ANT?
What are the main classes of the list interfaces? : java collections
What are maps interfaces in the java collections? : java collections
What are the queues in the java collection framework? : java collections
Which is the better framework for web applications, struts or spring, and why?