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

Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

0 Answers   TCS,


What is the use of hashcode in java ?

0 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


my interviewer asked me what technical specification you used how to answer that question

0 Answers  






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

1 Answers   IBM,


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

3 Answers   SolutionNET,


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

1 Answers   IBM, TATA,


what is java virtual machine

4 Answers  


How to implement or use the singleton class in java?

3 Answers  


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


how to deploy the web application ?

2 Answers   Accent,


Categories