JDK Installation
How to Jdk Installation JDK stands for Java Development Kit or sometimes it is also referred as Java Standard Edition Development Kit. JDK is a development environment to develop wide range of applications such as desktop applications, web applications or mobile applications using Java programming language. JRE, Java Runtime Environment, is also part of JDK. JRE provides the minimum requirements for executing a java application. It consists of Java Virtual Machine(JVM) executables, core classes and some supporting files. You can download the latest version of JDK from official website of Oracle. Here is the link. After downloading JDK, double click on the application file and follow these steps for JDK installation. Step 1 : click on Next. Step 2 :There are three features: Development Tools, Source Code and Public JRE. In these, development tools is compulsory and others are optional. You can choose optional features not to install but best way is to install...