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 |
why applet doesn't have main? isn't possible a program with out main?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
How many arguments can a method have java?
What happens if we don’t override run method ?
What does a boolean method return?
What is return code?
What is the difference between a constructor and a method?
What is an arraylist in java?
how copy the hashmap object into arraylist at java program?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Explain java coding standards for methods?
What is the latest version of java?