Skip to main content

Java Tutorial Part 2


Tools required to create Java program.

Before creating a program, understood what are requirement to create a java program

Java Development Kit(JDK)

You have to install java development kit (JDK) in your machine.

JDK contains the resource to create a program ,which contains java compiler ,java interpreter, jar, javdoc etc.

A Text Editor -Earlier we have used notepad ,this is the best for a beginner to learn but in professional approach we have to use an Integrated Development Environment(IDE) like Netbeans or Eclipse

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. 

Comments