Public Class Public Static Void For: Args String Args String
Public Class Public Static Void For: Args String Args String
Write a Program that accepts two Strings as command line arguments and generate the output
in a specific way as given below.
System.out.println(args[0]+"\t"+"technologies");
System.out.println(args[1]);
2. Write a Program to accept a String as a Command line argument and the program should print
a Welcome message.
3. Write a Program to accept two integers through the command line argument and print the sum
of the two numbers