FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
¿What does JDK mean?
A
Kilobyte Java Development
B
Java Distance kilobye
C
Distrit Java Kit
D
Java Development Kit
Explanation: 

Detailed explanation-1: -The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets. It includes the Java Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac), an archiver (jar), a documentation generator (javadoc) and other tools needed in Java development.

Detailed explanation-2: -JDK in Java is an abbreviation for Java Development Kit. It is a bundle of software development tools and supporting libraries combined with the Java Runtime Environment (JRE) and Java Virtual Machine (JVM).

Detailed explanation-3: -The JDK (Java Development Kit) is a software development environment used to develop Java applications and applets.

Detailed explanation-4: -JDK It is an implementation of the Java Virtual Machine* which actually executes Java programs. It is a bundle of software that you can use to develop Java based applications. Java Runtime Environment is a plug-in needed for running java programs. Java Development Kit is needed for developing java applications.

There is 1 question to complete.