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 array dynamic in java?
What is a method header?
What is a text string?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
How objects of a class are created if no constructor is defined in the class?
What is string value?
Can a class be private in java?
How to write custom exception in java?
What access modifiers can be used for class ?
Difference between Hash Table and Hash Map?
What is predicate in java?
can we take more than one null values for Unique constraints.