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 difference between checked and unchecked Exceptions?
What are the interfaces in java collections? : java collections
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
What are the main classes of the list interfaces? : java collections
what is the difference between through and throws?
waht are architecture of web application?
how to deploy the web application ?
How many controlers are there in spring? Plz send me ans
What is deque in the java collections framework? : java collections
which book is the best for preparing for SCWCD 1.5
What are the different types of features of the java collections framework? : java collections
what debugging tool that can be used to debug the java programs?