What software should Java beginners use?

藏色散人
Release: 2020-05-24 11:22:41
Original
5222 people have browsed it

What software should Java beginners use?

What software should Java beginners use?

Use myeclipse or eclipse, or Notepad.

1. For beginners, it is not recommended to use IDE development tools such as Eclipse, MyEclipse, IntelliJ IDEA, and netbean. But you can also use these. The reason why it is not recommended is that it is not convenient for you to understand Java API, related compilation principles, compilation process, etc. The main thing is to be familiar with the basics.

2. You can use notepad, editplus, and notepad at the beginning. These tools are relatively simple, but they may cause unnecessary trouble for beginners and affect their enthusiasm for learning.

3. It will help you quickly find the pleasure of programming. 2. If you master the use of IDE, you will know everything you need. And you will also know more about the basics, because you will make a lot of mistakes in the process of using 2. Of course, most of them may be spelling mistakes, but you have to be bold and try and make mistakes, don't be afraid.

4. You can also use Notepad to edit and save files in .java format, then install JDK and use cmd to compile and execute.

Recommended: "java tutorial"

The above is the detailed content of What software should Java beginners use?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!