Podcast
Questions and Answers
Which of the following option leads to the portability and security of Java?
Which of the following option leads to the portability and security of Java?
- Bytecode is executed by JVM (correct)
- The applet makes the Java code secure and portable
- Use of exception handling
- Dynamic binding between objects