JAVA
Java is one of the high level programming language, developed by Sun Microsystems and released in 1995. Java is a cross-plateform programming language.
Cross-Plateform:
Windows, Mac OS, and the various versions of UNIX
A simple java Program in MyJava Class
public class MyJava{ //MyJava is the class name
public static void main(String []args) { //starting of main function System.out.println("Hello World"); // System.out.println() use for printing data in console } //end of main class} //end of MyJava Class
Nowadays Java is popular with building android apps and also for the best security softwares.
0 comments:
Post a Comment