Skip to main content

Install Java-8 JDK

Installing Java 8 JDK is essential to start with Java Programming

  • java --version

What is the difference between JDK and JRE#

  • JDK - Java Development Kit lets you develop Java applications
  • JRE - Java Runtime Environment lets you run applications that are built in Java