Sponsored Links

November 23, 2017

JAVA Introduction

Java is one of the object oriented programming language which is used to make complex programs and applications. Java has many features which you will learn through out this tutorials. I here present the basic syntax, codes, program examples for you. Java is platform independent language so you can run this in any machine.
There are some of the requirements to run the java program and I will tell you what.
  1. You need to install Java Development Kit(JDK) in your machine before you run program and you also need to set path which I will show you later.
  2. You need a java editor like eclipse, netbeans or you can simply use notepad for writing the codes.
  3. You need computer system with pentium processor.

You can download the JDK from the java site http://www.oracle.com/technetwork/java/javase/downloads/index.html and select one that is compactible with your machine. In next post i will write about how to code your first program and run in command prompt. Bye Bye...

No comments:

Post a Comment