Multiple choice technology web technology

What is servlet?

  1. Client side program

  2. Server side program

  3. Both are true

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A servlet is a Java program that runs on a server side, typically within a web container. It handles client requests and generates dynamic responses, extending the server's capabilities. Servlets are not client-side programs (like JavaScript), and the question asks for a binary choice between client and server side.