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 / sunitha

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 only passes
one parameter to it:
args--an array of Strings (just an array--not a pointer to
an array) that contain the arguments

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null a string?

948


What is the difference between final, finally and finalize() in java?

1067


What is static in java?

1034


What invokes a thread's run() method in java programming?

1129


What is percentage in java?

962


How static variable work in java?

1067


What classes of exceptions may be thrown by a throw statement?

917


In case of inheritance what is the execution order of constructor and destructor?

1062


What is an example of a conditional statement?

988


What is JVM and is it platform independent?

996


What is the reflection?

951


What are streams?

1067


What is the difference between sleep and wait in java?

912


why java uses class level type casting ?

2616


What are the different types of methodologies?

952