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 |
Why do we use string?
Why do we need data structure in java?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
How are this and super used?
can two class in a code be public??if yes then how??
Can Anybody tell the diff b/w jdk1.6 and latest version.
What is a variable in java?
If a variable is declared as private, where may the variable be accessed?
How are the elements of a gridbaglayout organized?
What is the public field modifier?
What is early binding and late binding in java?
Explain the difference between runnable and callable interface in java?