June 2018
Beginner
722 pages
18h 47m
English
A Java-supporting editor is the center of a development environment. In principle, you can use any text editor to write a program and store it in a .java file. Unfortunately, a regular text editor does not warn you about Java language syntax errors. That is why a specialized editor that supports Java is a better choice for writing Java programs.
A modern Java language editor is not just a writing tool. It also has the ability to integrate with the JVM installed on the same computer, and use it to compile the application, execute it, and much more. That is why it is called not just an editor, but an IDE. It can integrate with other development tools, too, so you do not need to exit the IDE in order to store the ...
Read now
Unlock full access