What is JDK? Mention the variants of JDK?
Answer / nashiinformaticssolutions
The Java Development Kit is shortened to JDK. It is a bundle of developer tools and JRE that is used to create Java apps and applets. These are some of Oracle's variations.
Standard Edition of JDK
Enterprise Edition of JDK
Micro Edition of JDK
| Is This Answer Correct ? | 0 Yes | 0 No |
What is immutable class in java?
Can the garbage collection be forced by any means?
What are the two types of java?
What is difference between an object and a class?
Is string a keyword in java?
How do you square a number in java?
What is the dot operator?
What is file in java?
What is <> used for in java?
Explain yield() method in thread class ?
What is set and get methods in java?
What methods are called, When we navigate from one applet to another applet?