Java is a popular programming language.
Java is used to develop mobile apps, web apps, desktop apps, games and much more.
Java was developed in 1995. by ( James Gosling, Mike Sheridan, and Patrick Naughton at Sun Microsystems.)
How does Java work?
Compilation:
Execution:
command line bhosda
public class ClassName{
public static void main(String[] args){ #can be anything, its just a variable
int n = Intger.parseInterger(args[0]);
sout(n);
}
$ javac ClassName.java # compiling the file
$ java ClassName args[0] args[1] "arg [2]"