If you are reading this blog either you know what Java is or you know who I am, For those Who don't know what Java is let me tell you that it is language used in programming.If you want to learn Java you should first install it on your computer.Let me show you how.
Step 01:Where to find Java
You need both Java Runtime Environment (JRE) and Java Development Kit(JDK) in order for you to be able to develop a program using Java, but don't worry you only need to download one file and you get both features.
The Latest Version of Java is 1.8 or just said 8.You can get the Java setup from here
The above download will help you get the whole Java Package.
Step 02:Installing Java
Run the setup and click on
install, and follow further instructions.
Step 03: Check if you Have Java Installed on Your Computer
Type the java -version in your command prompt window and if you have Java installed you will see a result as follows depending on the version of Java you installed.
That's it now you have Java and you can start programming.
No comments:
Post a Comment