Learning the
Java platform is an exciting journey. There is so much you can do with
Java technologie but one biggest problem is that what you want to do and where to start is the first problem you need to sort out. The journey of
learning Java platform should be fun, clear, and exciting one.
Before learning you need to consider the following points first
For
learning java their are various tools are available like
| javac | The compiler for the Java programming language. |
| java | The launcher for Java applications. In this release, a single launcher is used both for development and deployment.
The old deployment launcher, jre , is no longer provided. |
| javadoc | API documentation generator |
| apt | Annotation processing tool. |
| appletviewer | Run and debug applets without a web browser. |
| jar | Create and manage Java Archive (JAR) files. |
| jdb | The Java Debugger. |
| javah | C header and stub generator. Used to write native methods. |
| javap | Class file disassembler |
| extcheck | Utility to detect Jar conflicts. |
First of all you will decide which tool to start for learning java .This is depending upon what you currently know about the tool. After reading about the tools, you will find out resources to learn about the technologies, and the details of the Java programming language.
The tools express the relationships between objects and how to make those objects interact and do things. Yet, each tool has been designed with a certain audience in mind.
- Java Standard Edition (Java SE)
For learning the any tool you need the
Java Standard Edition (Java SE) .Once you installed the
Java SE on your computer, you are ready to learn the various tools that you want to learn.
Many of you, yet, may know some programming like C and C++ , or another programming language, or maybe you don’t know nothing of the programming language but you want to learn the programming language.
Download JAVA SE
After installing the Java SE , you'll also need to learn the basics of the
Java programming language. Your best resource for this is The
Java Tutorial.
After reading this article your all basic doubts will be sort out.