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

Difference between static methods, static variables, and static classes in Java.

1 Answers  


Can we call thread start () twice?

0 Answers  


What classes can be used to store arbitrary number of objects ?

1 Answers  


How do listeners work?

0 Answers  


explain local datetime api in java8?

0 Answers  






Name the method of a Container that can be used to cause a container to be laid out and redisplayed?

1 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What state is a thread in when it is executing?

0 Answers  


Is linkedlist thread safe in java?

0 Answers  


How are destructors defined in java?

0 Answers  


What is the default access specifier for variables and methods of a class?

0 Answers  


What value is a variable of the string type automatically initialized?

0 Answers  


Categories