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 |
Difference between static methods, static variables, and static classes in Java.
Can we call thread start () twice?
What classes can be used to store arbitrary number of objects ?
How do listeners work?
explain local datetime api in java8?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
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?
What state is a thread in when it is executing?
Is linkedlist thread safe in java?
How are destructors defined in java?
What is the default access specifier for variables and methods of a class?
What value is a variable of the string type automatically initialized?