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 |
What is rxjava2?
What is flatmap java?
What is flatmap in rxjs?
why the sleep method does not leave the lock and wait method leave the lock
What is the use of rs next () in java?
What is tight coupling in java?
Define network programming?
What is jar file in java?
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?
What is the use of flatmap?
What is the difference between ec2 and lambda?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))