Which of the following option leads to the portability and security of Java? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
19 Sep 2020 02:54 PM study24x7 study24x7

Which of the following option leads to the portability and security of Java?

A

Bytecode is executed by JVM

B

The applet makes the Java code secure and portable

C

Use of exception handling

D

Dynamic binding between objects

study24x7
Write a comment
  • aditi arora

  • Bytecode is executed by JVM, which leads to portability and security of java. The Java compiler generates bytecode, which increases the security and portability of the Java code. It is a highly developed set of instructions intended to be executed by the Java runtime system, also known as the Java Virtual Machine (JVM). The JVM executes Java programmes, making the code portable and secure. Because the JVM prevents the code from producing side effects. Because the same byte code can run on any platform, Java code is portable.

    See more

    Related Questions
    500+   more Questions to answer
    Most Related Articles