Java Interview Preparation (Questions and Answers)
What is JVM Architecture?Answer: JVM architecture consists of ClassLoader, Runtime Data Areas (Heap, Stack, Method Area), Execution Engine, and Native Interface. It loads class files, manages memory, and executes bytecode.…
