1. Which JVM component compiles bytecode into native code at runtime?
2. Which Garbage Collector provides low-latency and was introduced in Java 11?
3. Which tool is used to record profiling and diagnostics in the JVM?
4. Which project introduces lightweight virtual threads in Java?
5. Which JVM option enables Just-In-Time (JIT) compilation logging?
6. Which technology allows Java to interoperate with native libraries more easily?
7. Which JVM optimization removes unused code paths at runtime?
8. Which VM is designed for polyglot programming (Java + other languages)?
9. Which analysis detects if objects can be allocated on the stack instead of heap?