Posts in 2024
JDK vs JRE vs JVM
Thursday, June 13, 2024 in Java Interview Questions
JDK vs JRE vs JVM JDK (Java Development Kit) JRE (Java Runtime Environment) JVM (Java Virtual Machine) Definition Development toolkit for Java Runtime environment for Java Abstract machine to run Java bytecode Components JRE + development tools …
Keyword
Thursday, June 13, 2024 in Java Interview Questions
Keyword Access Modifiers public protected default (no keyword required) private Non-Access Modifiers static final abstract synchronized volatile Class-Related Keywords class extends interface implements enum record Object-Related Keywords new this …