Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between Java Command Line and C
command Line?

Answer Posted / ankit goyal

In C and C++ when you invoke a program, the system passes
two parameters to it:
argc--the number of arguments on the command line
argv--a pointer to an array of strings that contain the
arguments
When you invoke a Java application, the system does not pass any argument to it.
if passes the arguments in an array of Strings if and only if the arguments are given by the user.
otherwise system does not pas any argument.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain creating threads by implementing runnable class?

1238


Explain about transient variables in java?

1148


Why do we need strings in java?

1039


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

1223


What is null object in java?

1059


Differences between external iteration and internal iteration?

1212


Explain the selection sort algorithm?

1114


Write a program in java to establish a connection between client and server?

1016


What are 3 boolean operators?

1050


What is nextline method in java?

1091


How do I know if java is installed?

1148


What is the mapping mechanism used by java to identify IDL language?

1044


Write a java program for binary search?

1120


What do you understand by the term singleton?

1040


What are the two categories of data types in the java programming language?

1032