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 use of log4j and how to make use of that in a application?
What do you understand by synchronization? Why is it important?
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
Write a postfix expression to (a*(b+c/d)*d-e)
What is deque in the java collections framework? : java collections
Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()
What is the enumerator of the java collection framework? : java collections
what is the difference between banking and insurance domain?
What is IOC in spring?
Explain JSP life cycle?
whatis arguments &what is default argument