Tools Required JAVA

EDITOR -It is  used to type the program famous editors are notepad, gedit, vi editor, netbeans, etc

COMPILER - it is used to check the correctness of program

DEBUGGERS - It is used for step by step execution of the program. After every step we can check variable value 

LIBRARIES - pre defined libraries are useful in faster software development  different languages provides various languages . Some of the famous libraries are string , stream , file, thread etc.
 

Comments

Popular posts from this blog

Java Variables and Datatype

JAVA Features

Java Fundamentals