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 |
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
What is multi level inheritance in java?
What is the use of default method in interface in java?
Can we sort array in java?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
What is variable argument in java?
Can we serialize singleton class?
What is the difference between super class & sub class?
What is stack class in java?
How to make a class immutable?
What is a for loop in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?