Which of the following is true about Java applets?

2024

Which of the following is true about Java applets?

Answer: D. They run within a web browser and work at client side.A Java Applet is a small Java program that runs inside a web browser. It executes on the client side (user’s computer) rather than on the server side.…

  1. A.

    No plugin is required to run an applet.

  2. B.

    They run within a web browser and work at server side.

  3. C.

    Applets are not secured.

  4. D.

    They run within a web browser and work at client side.

  5. E.

    Question not attempted

Attempted by 346 students.

Show answer & explanation

Correct answer: D

A Java Applet is a small Java program that runs inside a web browser.
It executes on the client side (user’s computer) rather than on the server side.

Earlier, browsers used Java plugins to run applets.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…