0
IDE
Which is the best IDE to use for learning java?
5 ответов
+ 3
Kiprop Kelvin Kemboi
Primary IDE - Eclipse (For Java Web Project it is best)
Then
1 - Visual Studio Code
2 - Netbeans
3 - IntelliJ Idea
For Core Java practice you can use CMD also.
+ 1
You can get by with using Visual Studio Code. It has good Java support.
https://code.visualstudio.com/docs/languages/java
Alternatively JetBrains IntelliJ IDEA is a popular one, the community edition is free to use.
https://www.jetbrains.com/idea
0
IDEs are used for compiling, debugging, editing projects
I don't think IDEs will teach you programming languages
0
Thank you sorry I framed that question improperly what I meant is an IDE for practising java that is otherwise yeah I am so much aware that learning shall not happen using IDEs
0
Thanks a lot