0

What is JDK?

I was starting on JAVA tutorial and on "Java Comments" part 5, theres a statement that says "Javadoc is a tool which comes with JDK and it is used for generating Java code documentation in HTML format from Java source code which has required documentation in a predefined format." I was wondering if anyone knew what JDK means or what it stands for

6th Jun 2020, 4:28 AM
Arturo De La Fuente-Gonzalez
Arturo De La Fuente-Gonzalez - avatar
1 Réponse
+ 3
Java Development Kit. Similar to SDK. It is what needs to be installed on your development PC in order to compile Java code. https://www.oracle.com/java/technologies/javase-downloads.html
6th Jun 2020, 4:32 AM
ChaoticDawg
ChaoticDawg - avatar