+ 2
Good software for learn java
like netbeans Eclipse
4 Respostas
+ 5
To learn (read practice) Java, the only software you need are JVM, JRE, JDK and any text editor. These are needed for writing and running code. To make things convenient, you can use IDEs like Eclipse, NetBeans, BlueJ, IntelliJ IDEA, etc.
But you can learn the basics well without using any software, by using online tutorials, books & online coding environments (like SL CPG).
+ 2
hello, netbeans and eclipse are not learning software.
they are compilers for Java.
Sololearn is best to start with learning.
+ 2
Eclipse and Netbeans are IDE(Integrated Development environment). They will just make your life easy. But in the beginning you should only use any text editor (like notepad++) and terminal. Once you grasp all the concepts then use them to build a project.
0
by softwares if you mean ide then intelij by jetbrains (its community edition is free) is best for java development you neet to install java jdk too