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

I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

0 Answers   Cap Gemini,


what is difference between business deligate and session facade ?

2 Answers   Fidelity,


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


what is diff string and stringbuffer

7 Answers   CTS, HCL,






Write a postfix expression to (a*(b+c/d)*d-e)

4 Answers   Adobe,


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


How is hashset maintained in memory by java ?

0 Answers  


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


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

0 Answers  


what is the difference between banking and insurance domain?

2 Answers  


What are the interfaces in java collections? : java collections

0 Answers  


Categories