Hello Friends, I hope all of you fine .
Now , i share with you something about java basic program Compile and Run.
Java is best programming language in developing Application ,web developing and other application develop. Java User know that how to Compile and Run java basic program in CMD(command prompt).
Many User's Compile and Run java program in CMD(command prompt) in one by one.
but they are don't know how to compile and run at a time multiple programs
now read following :
Singal program Compile: C:\\> javac Hello.java
Singal program Run: C:\\> java Hello
Now Multiple
Multiple Program Compile javac Hello.java & javac NumberFactorial.java & javac ListEvenNumbers.java
Multiple Program Run java Hello & java NumberFactorial & java
ListEvenNumbers
So its easy to compile and run multiple program at a time .
0 comments:
Post a Comment