What does those terms actually mean included in the j.d.k i.6?



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

Post New Answer

More Core Java Interview Questions

How does serialization work

3 Answers   Ordain Solutions,


What is difference between public static and void?

1 Answers  


What are java packages?

1 Answers  


what is connection pooling with example?

3 Answers   Amdocs,


How do you add an element to an arraylist in java?

1 Answers  


Difference between array and arraylist.

23 Answers   Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,


what is the purpose of "virtual"?

1 Answers   EDS,


Can you use this() and super() both in a constructor?

1 Answers  


Explain aggregation in java?

1 Answers  


How to reduce flicking in animation?

3 Answers   TCS,


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?

2 Answers  


Difference difference paint() and paintcomponent()?

1 Answers  


Categories