ITPEC FE Morning April 2023 Question 10

Source exam: ITPEC FE Morning April 2023Topic: Software Development

ITPEC FE Morning April 2023 — Question 10 of 80

Java Servlet — a server-side program for dynamic web processing.

A Java servlet runs only on a web server, handling HTTP requests and generating dynamic responses.

Why not others:
- (a) JavaScript — runs in the browser (client-side)

- (b) Java applet — runs in the browser (client-side)

- (d) VBScript — client-side scripting language (Internet Explorer)

Key rule: "Operates only on a web server" = server-side technology → servlet.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.