+ 1
Which Compiler to use?
I've just started learning Java via Solo learn and I'd like to try out the code in my computer. what compiler would you suggest?
4 ответов
+ 16
JDK is the Java Development Kit. You've got to install it whatever IDE you use. The ide calls it to compile your code.
+ 14
Eclipse, IntelliJ, Netbeans. Choose what you like best.
+ 6
@sankara as u are novice u can try bluej.....
jdk is inbuilt in it.....
i m telling this because its used in our schools..😉😉
+ 2
Whats JDK then?