Answer Posted / 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 View All Answers
Explain the difference between abstract class and interface in java?
Can a vector contain heterogenous objects?
Can we extend immutable class?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the use of 'super' keyword inside a constructor?
why would you use a synchronized block vs. Synchronized method? : Java thread
Explain the difference between a Thread and a Process.
Which graphs are functions?
What are the advantages of autoboxing?
Difference between start() and run() method of thread class?
What is a nonetype?
what is the difference between preemptive scheduling and time slicing? : Java thread
what is instanceof operator used in java?
Explain about field hiding in java?
Can constructor return value?