Is jdk a compiler?



Is jdk a compiler?..

Answer / Braham Dev Roy

Yes, the Java Development Kit (JDK) includes a compiler called javac, which is used to convert Java source code (.java files) into executable bytecode (.class files). However, the JDK also provides other components such as the Java Virtual Machine (JVM), libraries, and tools for developing and running Java applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is rxjava2?

1 Answers  


What is flatmap java?

1 Answers  


What is flatmap in rxjs?

1 Answers  


why the sleep method does not leave the lock and wait method leave the lock

4 Answers  


What is the use of rs next () in java?

1 Answers  


What is tight coupling in java?

1 Answers  


Define network programming?

1 Answers  


What is jar file in java?

1 Answers  


What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?

1 Answers  


What is the use of flatmap?

1 Answers  


What is the difference between ec2 and lambda?

1 Answers  


How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))

1 Answers  


Categories