0
What is jdk?
i don t get it
4 Answers
+ 3
The JDK is the Java Development Kit and includes the Java Compiler, Java Documentation and Java Debugger, if I remember correctly.
0
s4y i still dont get it i m a student of class 9 s9 i m nt much familiar with it
0
The Java Compiler is what converts your code into something the computer can understand. The documentation is additional information about coding and the Debugger finds bugs or mistakes in your code. The compiler is necessary because computers only understand 1s and 0s. So your code needs to be converted first.
0
thx