Click here to watch in Youtube :
https://www.youtube.com/watch?v=2WdYtlIHbU4&list=UUhwKlOVR041tngjerWxVccw
Click the below Image to Enlarge
Java Tutorial: Command line arguments in java | Java command line arguments |
public class Echo { public static void main(String[] args) { for (String s : args) { System.out.println(s); } } }Output
Welcome to IndiaCommand line
Java Tutorial: Command line arguments in java | Java command line arguments |
https://sites.google.com/site/ramj2eev1/home/javabasics/CommandLineArgsDemo_App.zip?attredirects=0&d=1
Github Link:
https://github.com/ramram43210/Java/tree/master/BasicJava/CommandLineArgsDemo_App
Bitbucket Link:
https://bitbucket.org/ramram43210/java/src/2f1fa585daa61fc8fa0957d6f04b940eddbcf7ec/BasicJava/CommandLineArgsDemo_App/?at=master
See also:
No comments:
Post a Comment