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.
4) Go to installation folder of JDK
> C drive, OS installed drive > program files > java > jdk-15.0.1 > bin
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
Post a Comment