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 |
What is the difference between java applets and applications?
What class is used to implement a Throwable array?
How to pass arraylist to stored procedure in java?
write a code, we have two thread, one is printing even no and other print the odd no.
What is the difference between a constructor and a method?
What are assertions in java?
What is the life cycle of an Applet ?
Convert a BST into a DLL and DLL to BST in place.
What modifiers can be used with a local inner class?
What is clipping?
can we write a program with out a class in core java?
Can this keyword be used to refer static members?