Java -> Getting Started If you are a beginner please read chapter 1 (History of Java) and chapter 2 (What is Java?) before proceeding. |
If you are familiar with C then Java should be very familiar to you in terms of syntax. If you are a C++ programmer the Java will be easier still since Java is also purely an Object Oriented Programming without some of the features like Pointers in C++. To start programming your first Java program, you need to have some pre-requisites installed on your computer. As with any other programming language, you first need to install the SDK (Software Developer Kit) in this case it is JDK (Java Developers Kit). Now choosing which JDK to download maybe a little tricky if you are new to Java. So it will be advisable to read the How Java is Organised? before you proceed. You have two options to get started with Java. |
1.
Manual
2. Automated
|
<<< What is Java? How it is Organized? >>> |