What is JDK? Mention the variants of JDK?



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

Post New Answer

More Core Java Interview Questions

if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads

2 Answers  


What is multi level inheritance in java?

0 Answers  


What is the use of default method in interface in java?

0 Answers  


Can we sort array in java?

0 Answers  


Why only one Class is public in one file? Explain in details. Thanks in Advance.

12 Answers  






What is variable argument in java?

0 Answers  


Can we serialize singleton class?

0 Answers  


What is the difference between super class & sub class?

0 Answers  


What is stack class in java?

0 Answers  


How to make a class immutable?

15 Answers   Bosch, TSYS,


What is a for loop in java?

0 Answers  


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


Categories