What is int argc char * argv?



What is int argc char * argv?..

Answer / Neelambuj Kumar Shrivastava

argc and argv are parameters used in the main() method of C++ programs. argc stands for argument count (number of command line arguments), while argv stands for argument vector (an array containing the command line arguments). In Java, there's no equivalent to argc and argv.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why do we use string?

1 Answers  


Why do we need data structure in java?

1 Answers  


How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?

1 Answers   TCS,


How are this and super used?

7 Answers   IBM,


can two class in a code be public??if yes then how??

2 Answers  


Can Anybody tell the diff b/w jdk1.6 and latest version.

2 Answers  


What is a variable in java?

1 Answers  


If a variable is declared as private, where may the variable be accessed?

1 Answers  


How are the elements of a gridbaglayout organized?

1 Answers  


What is the public field modifier?

1 Answers  


What is early binding and late binding in java?

1 Answers  


Explain the difference between runnable and callable interface in java?

1 Answers  


Categories