JAVA Technical Interview Questions
Q 1. What is the difference between JDK and JRE?
JDK (Java Development Kit) is used by developers for
creating Java applications and includes the necessary tools,
libraries, and compilers.
JRE (Java Runtime…