What does those terms actually mean included in the j.d.k i.6?
Answer / Praveen Kumar Awasthi
The terms included in JDK (Java Development Kit) 6 are related to Java programming and development tools. Some of the key components are:n1. Java Compiler: Used to compile .java files into bytecode format (.class).n2. Java Virtual Machine (JVM): An interpreter for executing compiled bytecode.n3. Java Standard Edition API (Java SE API): A set of pre-built classes, interfaces, and exceptions that can be used to build applications and applets using the Java programming language.n4. Java Runtime Environment (JRE): A collection of files that allows you to run Java apps and applets on your computer.n5. Java Documentation: API documentation for the JDK, including classes, interfaces, exceptions, and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the public field modifier?
what is static import in java? Explain
What is the meaning of immutable regarding string?
Can we sort arraylist in java?
What is boolean example?
How many ways can we create the string object?
Difference between canvas class & graphics class?
Why cant we define System.out.println() inside a class directly?
Differentiate between nested and inner class in java.
1 Answers Akamai Technologies,
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,
Can we declare static variables in JSP page.
How do you convert int to char in java?