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 Resource Leak?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
How much is a java license?
Can an unreachable object become reachable again?
What's the purpose of using break in each case of switch statement?
Tell me a few examples of final classes defined in Java API?
How do you format in java?
What are daemon Threads in java?
What happens if an exception is throws from an object's destructor?
Where is the singleton class used?
What is busy spin, and why should you use it?
What is mnemonic code?