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 difference between struts1.2 and struts2.0

1 Answers  


what is the difference between banking and insurance domain?

2 Answers  


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,






what about web architecture?

1 Answers   HCL,


How do you debug your java program?

2 Answers   HCL, Inforica,


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

0 Answers  


what is the difference between through and throws?

2 Answers   HCL,


What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


which book is the best for preparing for SCWCD 1.5

4 Answers   Google,


how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


Categories