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 causes Out of Memory exception?
Why do you use Context Object
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
where is JNDI being used in java platform?
whatis arguments &what is default argument
what is jndi?
please mail me the interview question based on java/j2ee
What is the Spring2.5 MVC Navigation flow?
what is difference between business deligate and session facade ?
What is the difference between Eclipse and MyEclipse?
What are the different types of ways where you can iterate over a list? : java collections
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?