Install JDK on your computer

 


 Install JDK in your computer

Learning java as a programming language is better for beginners. Java is very popular programming language in the world. It is simple to learn and it has many advantages. Java is object oriented programming language. Java code is, "write once and read many times" format. When any software is developed in java, it runs in any environment. It has features like platform independent, secure, multithreading, memory allocation and many more. In this blog, how to install Java Development Kit (JDK) in your windows machine is shown.

Steps

    1) go to your browser and type "download JDK" and hit enter.

    2) Click on Download JDK and click on download according to your operating system. 


    3) Install JDK 
    4) Go to installation folder of JDK
        > C drive, OS installed drive > program files > java > jdk-15.0.1 > bin
        > copy the path

    5) Right click on "This pc or My computer"
    6) select properties > advance system setting > environment variable





    7) Select path > click on new > then paste path and click okay again okay and okay



    8) Open cmd and type > java and hit enter. Some message will be shown like this. Again type                      >javac and hit enter. Again it shows message like this. 



Now you have successfully installed jdk in your computer and you are good to go now to learn java programming language. 




Comments

Popular posts from this blog

Logical operator in JAVA

Class and Object in Java

Loop Structure