JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation.
Why Learn Java?
Example of Java Code
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, Steemit");
}
}
If all goes well, you should see the following response:
Hello, Steemit