+ 1
Do I really need to have eclipse?or it's possible to practice the lessons on netbeans!
6 Answers
+ 6
You can even do it in a simple notepad.
So, yeah, you can.
+ 4
It is not a must to have eclipse and you can do on netbeans too.
+ 3
Notepad, notepad++
+ 2
You can write simple java codes in text editors like notepad, notepad++ .But if you are trying to do something big use IDE like netbeans , eclipse etc..I use net beans though :).
+ 1
I have used several different IDE's for Java including Eclipse and Netbeans. Both of which are fine and of those 2 I preferred Eclipse (except that Netbeans had a better wysiwyg design than the plugins for Eclipse when it came to using AWT and Swing). That being said I use IntelliJ and most of Jetbrains other IDE's for other languages. If you are ever planning on getting into Android programming I would strongly suggest that this be the IDE that you use as Android Studio is adopted from IntelliJ by Jetbrains.
0
You can use anyone but I feel eclipse is better than netbeans.