What is the argument type of main() method?

Answers were Sorted based on User's Feedback



What is the argument type of main() method?..

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 argument type of main() method?..

Answer / ravikiran(aptech mumbai)

String[]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What Is Resource Leak?

2 Answers  


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?

8 Answers   Aricent,


How much is a java license?

0 Answers  


Can an unreachable object become reachable again?

3 Answers  


What's the purpose of using break in each case of switch statement?

0 Answers  






Tell me a few examples of final classes defined in Java API?

0 Answers   DELL,


How do you format in java?

0 Answers  


What are daemon Threads in java?

0 Answers   Impetus,


What happens if an exception is throws from an object's destructor?

0 Answers   Amazon,


Where is the singleton class used?

0 Answers   Cap Gemini,


What is busy spin, and why should you use it?

0 Answers  


What is mnemonic code?

0 Answers  


Categories