0

What is easiest editor used in java?

im a student. 1st year studying java language please help me

8th Nov 2016, 12:49 PM
Bianca Laxa
Bianca Laxa - avatar
4 odpowiedzi
0
NetBeans
8th Nov 2016, 12:58 PM
மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி - avatar
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.)
8th Nov 2016, 1:07 PM
MaxInertia
MaxInertia - avatar
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.
8th Nov 2016, 4:39 PM
Cabbage
0
try eclipse and netbeans. I prefer eclipse.
8th Nov 2016, 9:31 PM
Wanderlei Borges
Wanderlei Borges - avatar