
Following tutorial will show you how to setup and configure Java 1.9 on Windows so you can develop and run Java code. Java is currently owned by the Oracle Corporation which acquired Sun Microsystems in 2010. Java applications are compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. It was originally developed by James Gosling at Sun Microsystems. Java is a computer programming language that is concurrent, class-based and object-oriented. If you want to dive deep into Java programming and become a software developer, I recommend you to learn this Java course on Udemy.Java - Download and Install JDK 1.9 on Windows



Versions 1.0 and 1.1 are named as JDK (Java Development Kit).From the table above we can see that the naming and the version number have been changing over times:
