Which of the following is true about Java applets?
2024
Which of the following is true about Java applets?
- A.
No plugin is required to run an applet.
- B.
They run within a web browser and work at server side.
- C.
Applets are not secured.
- D.
They run within a web browser and work at client side.
- E.
Question not attempted
Attempted by 119 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.