whatis arguments &what is default argument

Answers were Sorted based on User's Feedback



whatis arguments &what is default argument..

Answer / sreenivas.lsvr

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

whatis arguments &what is default argument..

Answer / rakesh kumar mishra

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

Post New Answer

More Java J2EE AllOther Interview Questions

What is the enumerator of the java collection framework? : java collections

0 Answers  


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

0 Answers  


What are the different types of classes implemented in the set interfaces? : java collections

0 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


What are the types of interface used in the java collections? : java collections

0 Answers  


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.

0 Answers  


How to use ANT?

2 Answers  


What are the main classes of the list interfaces? : java collections

0 Answers  


What are maps interfaces in the java collections? : java collections

0 Answers  


What are the queues in the java collection framework? : java collections

0 Answers  


Which is the better framework for web applications, struts or spring, and why?

1 Answers   IBM, TATA,


Categories