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 hashcode in java ?
What are the uses of the set interfaces in the java collections? : java collections
How many controlers are there in spring? Plz send me ans
What is iterator in the java collections framework? : java collections
what is difference between vector and arraylist?.
What is markup language?
what is acl(access control list)?
What are the different types of collections views being provided by the map interface? : java collections
What is Visual Source Safe(source control Tool)?
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
What are the main classes of the list interfaces? : java collections