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 |
Is integer passed by reference in java?
What is the is a and has a relation ship in oops concept in java?
Explain oops concepts in detail?
why not override thread to make a runnable? : Java thread
Why call by value prevents parameter value change?
Does java return by reference?
Why static functions are used?
Can you explain the cs option of java interpreter?
Is 0 true or is 1 true?
What is the use join() in Threads ?
Difference between class#getinstance() and new operator ?
Can a class have multiple superclasses?