What is the argument type of main() method?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The argument is a String[] which contains the command line
parameters passed by the user while launching it.
| Is This Answer Correct ? | 3 Yes | 0 No |
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What will happen to the exception object after exception handling?
i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.
what is the use of custom tags? with example?
Tell us something about different types of casting?
what are depricated methods ?
What are the java ide’s?
java Technical questions asked by JPMC
What is difference between equal and == in java?
What is the default value of float and double datatype in java?
Write POJO class as a key to hashmap???
What is the purpose of interface?