Few essential tips before begin with java

Learning the Java platform is an exciting journey. There is so much you can do with Java technologies but one biggest problem is that what you want to do and where to start is the first problem you need to sort out
By: Rakhee Kadam
 
Nov. 18, 2010 - PRLog -- Learning the Java platform is an exciting journey. The journey of learning Java platform should be fun, clear, and exciting one and with help of java you can develop one user friendly software. There is so much you can do with Java technologies but one biggest problem is that what you want to do and where to start is the first problem you need to sort out.
For more information visit : http://www.programming-training.com

Before learning java you need to consider the following points first

•   Choosing the appropriate tool

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.
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.
For more information visit http://www.programming-training.com/beginjava.html

•   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

# # #

Rakhee Kadam (info@programming-training.com) - is involved with http://www.programming-training.com in providing useful information for users regarding learning programming languages, java tips etc for years in a few simple steps.
End
Trending News
Most Viewed
Top Daily News



Like PRLog?
9K2K1K
Click to Share