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

Can private members of a base class are inheritable justify?

0 Answers  


What is meant by memory leak?

0 Answers  


How will you initialize an Applet?

0 Answers  


What is immutable in java?

0 Answers  


What is the relationship difference the canvas class and the graphics class?

0 Answers  






What is package protected in java?

0 Answers  


What do you understand by the bean persistent property?

0 Answers  


what is a green thread? : Java thread

0 Answers  


What is tcp and udp?

0 Answers  


why using interface interface ?

0 Answers  


How to run a JAR file through command prompt?

0 Answers  


Describe string intern() methodology

0 Answers  


Categories