Tag: 30+ Basic Java Interview Questions You Must Prepare Before Going For Interview In 2020

30+ Basic Java Interview Questions You Must Prepare Before Going For Interview In 2020

Q1. Explain JDK, JRE and JVM? JDK JRE JVM It stands for Java Development Kit. It stands for Java Runtime Environment. It stands for Java Virtual Machine. It is the tool necessary to compile, document and package Java programs. JRE refers to a runtime environment in which Java bytecode can be executed. It is an […]

Back To Top