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:
1. Java Compiler: Used to compile .java files into bytecode format (.class).
2. Java Virtual Machine (JVM): An interpreter for executing compiled bytecode.
3. 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.
4. Java Runtime Environment (JRE): A collection of files that allows you to run Java apps and applets on your computer.
5. Java Documentation: API documentation for the JDK, including classes, interfaces, exceptions, and methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does serialization work
What is difference between public static and void?
What are java packages?
what is connection pooling with example?
How do you add an element to an arraylist in java?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
what is the purpose of "virtual"?
Can you use this() and super() both in a constructor?
Explain aggregation in java?
How to reduce flicking in animation?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
Difference difference paint() and paintcomponent()?