Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
What is java?
Java is a high level and object oriented programming language developed by sun Microsystems. Java was originally known as OAK. It was developed mainly for handheld devices. OAK was not too much successful so Sun Microsystems changed its name to Java in 1995.
Java is similar to C++ in many regards like both are object oriented. But there are some major differences between them. Java has eliminated some of the features like pointers, memory management etc., to avoid some common errors, which are present in C++. The another major difference between Java and C++ is that, Java code is converted to byte code at the compile time. Then at the runtime the generated byte code is interpreted by Java Virtual Machine. That's how Java has achieved Compile Once, Run Everywhere and platform independence. Java code can be directly converted into machine language instructions also using JIT ( Just-in-time compiler).
Getting started with Java
To start with, one needs to download Java Development Kit to compile Java code, which is also know as JDK.
Please follow the java installation guide to install Java to your machine.
Download Java API, the best resource for Java programmers.
How JavaDeveloper can help you to learn java? 1) JavaDeveloper provides you with ultimate Java Resources online. Please visit JavaDeveloper's Java Tutorials section to get the perfect start. JavaDeveloper's Java Tutorials section contains various java tutorials for all levels of Java programmer, right from beginner to expert.
2) Browse through the complete set of Java Notes section of JavaDeveloper. This section contains useful Java notes and other java resources, which explain the basics of Java as well as some advance Java concepts.
3) Read Java Tutorials in JavaDeveloper's Java Tutorial Section. This section has Java articles which explains some important Java concepts like String, Assertion, Array etc.
4) Ask questions to Java Experts and Share your knowledge with other Java programmers through JavaDeveloper's Java Forum.

Post new comment