1 Answer - Sort by: Date | Rating
Command Line Arguments---- I am trying to explain each word one by one
Command ------perform specific task
ex. When CMD is typed in run window and then press ok button then open a black screen that is called command prompt.
Command Line ------on command prompt where command is supplied that is called command line.
using command prompt dos commands are executed and java program is also executed using command prompt.
for executing java program command is supplied with given syntax
java java_class_name argument1 argument2.........
Java--- is a command
java_class_name ---name of java file which you want to execute
argument1 argument2 --- are the values passing to java application from out side
these argument1 argument2 are stored in string array argument of main method
Command ------perform specific task
ex. When CMD is typed in run window and then press ok button then open a black screen that is called command prompt.
Command Line ------on command prompt where command is supplied that is called command line.
using command prompt dos commands are executed and java program is also executed using command prompt.
for executing java program command is supplied with given syntax
java java_class_name argument1 argument2.........
Java--- is a command
java_class_name ---name of java file which you want to execute
argument1 argument2 --- are the values passing to java application from out side
these argument1 argument2 are stored in string array argument of main method
0
0
- What Parts Of Wordpad?
- What Do You Mean By Index?
- What Is #include?
- What Is Indexed File Organization?
- How The Performance Of Database?
- How Is That The Additional Hardware Affect The Data Base Management System?
- How Do You Automate Starting And Shutting Down Of Databases In Unix?
- How Design An Algorithm For The SIMD Computer To Calculate The Sum Of An Array (A) Of 8 Elements. Assume That Element Ai Is Stored In The Local Memory Of PEi, Where I=1,2,3,.......4?
- Do I Have To Write A Main Method In Every Class I Create?Why?
- Do I Have To Write A Main Method In Every Class I Create?
- What Is Centralize Database Management System?
- Why We Indicate FF As 0FF In Program?
- When To Apply For Css?
- How Do I Enable Java On My I465?
- What Are Key Features Of Procedural Programming?
- What Is Conceptual Methodology?
- What Is Hierarchy Or Structure Of Database?
- Explain How Records And Related Records Are Deleted To Ensure The Integrity?
- I Am Non IT Professionals And Now I Want To Join MS Dynamics CRM. I Learnt Tha C# And ASP.net Is Must For That?
- What Is The Definition Of Hierarchical?
- What Is Rule Based Query?
- A B C D E A B C D A B C A B A Search Program For This Output (using For Loop)?
- How To Convert Binary To Octal In Java Programming?
- What Is Overloading In Java?
- Why Relations Should Not Have Transitive Dependency. Illustrate With Example?
- What Is The Difference Between Java Command Line Arguments And C Command Line Arguments?
- What Is A Command Line Interpreter?
- What Is Command Line Argument?
- How Can I Compile A C++ Program In Command Line?
- Can You Explain Command Economics?
- Can You Explain Me Something About Windows "Regedit" Command?
- Can Anyone Explain ATTRIB DOS Command?
- Can Anyone Explain XCOPY DOS Command?

New Comment - Comments are editable for 5 min.