Home  >  Article  >  Java  >  What software do novices use to write java code?

What software do novices use to write java code?

王林
王林Original
2020-05-11 15:16:459133browse

What software do novices use to write java code?

The editors commonly used by novices to write java code are:

1. eclipse

Eclipse is an open source, Java-based extensible Development Platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK).

(Recommended video tutorial: java video)

2. notepad

Notepad is a free code editor under the Microsoft Windows environment . It uses less CPU power and reduces computer system energy consumption, but is lightweight and has high execution efficiency, making Notepad a perfect replacement for Microsoft Windows Notepad. It has built-in support for up to 27 types of syntax highlighting (including various common source codes and scripts, and can well support .nfo file viewing), and also supports custom languages.

3. sublime text

Sublime Text is a popular code editor. Sublime Text has a beautiful user interface and powerful features such as code thumbnails, Python plugins, code snippets, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, complete Python API, Goto function, instant project switching, multi-selection, multi-window and more. Sublime Text is a cross-platform editor that supports Windows, Linux, Mac OS X and other operating systems.

Recommended tutorial: java entry program

The above is the detailed content of What software do novices use to write java code?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn