0
What is easiest editor used in java?
im a student. 1st year studying java language please help me
4 ответов
0
NetBeans
0
Netbeans is easy to use and setup. No code shortcuts to start though as far as I know.
Eclipse is similar in terms of ease of use, but in my first year I had a hell of a time setting it up. Not as much of an issue when I tried recently though, so idk... Some code shortcuts out of the box, typing "sysout" then pressing ctrl and space replaces the "sysout" with "System.out.println();"
IntelliJ is more resource intensive but it's definitely my favorite. Code completion appears as you type by default, which I found very useful (ctrl-insert in Eclipse and ctrl-space in Netbeans if I'm not mistaken.)
0
In my opinion, one of the simplest editors is BlueJ. If you view a BlueJ package, it shows an extremely helpful UML diagram. It has a great interface for programming and, unlike Eclipse, lets you focus on the code, rather than creating a complex package to explore.
0
try eclipse and netbeans. I prefer eclipse.