0
Later it says to install eclipse then what is the need of this jdk?
why do we need this jdk if we r going to use another ide
4 Answers
+ 1
JDK (java development kit) is needed to be able to compile java code into bytecode.
It doesn't matter do you use regular text editor or an IDE like Eclipse you still need the JDK to compile your code.
But with eclipse you don't have to do all by your self. Eclipse will look for JDK in your system and automatically use it to compile java code.
0
because it contains the libraries of Java, it isn't IDE
0
Hey, jdk(java development kit), if you have to run java programs means it should be must.. It ll convert code program to object code
0
thanks