1. Is Java Platform Independent if then how ?
   Java is platform-independent because it is compiled to a bytecode that can be run on any device that has a Java Virtual Machine (JVM).
Correct
2. How many types of packages are there in Java ?
Correct
3. What is JVM ?
   JVM is a virtual machine that enables the execution of Java bytecode. The JVM acts as an interpreter between the Java programming language and the underlying hardware.
Correct
4. What is JIT ?
   The Just-In-Time (JIT) compiler is a component of the runtime environment that improves the performance of Java™ applications by compiling bytecodes to native machine code at run time.
Correct
5. Which component is used to compile, debug and execute the java programs ?
Correct
6. Which of the following is OOPS concept in Java ?
Correct
7. Which of the following is a type of polymorphism in Java Programming ?
Incorrect
8. What will be the output of the following Java program ?
Snippet
Not Attempted
9. What is the extension of compiled java classes ?
Incorrect
10. Which exception is thrown when java is out of memory ?
Not Attempted