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 |
What is the effect of keeping a constructor private?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?
Write a program to print the pattern given below
What does n mean?
What is left shift and right shift?
Why do we need data serialization?
Explain scope or life time of local variables in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is the destroy method?
How many classes can any class inherit java?
What is Interface?