Multiple choice technology web technology

servlet is a

  1. client side program

  2. server side program

  3. both a&b

  4. none

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

Servlets are server-side programs that run in a web container. They handle client requests, typically HTTP requests, and generate dynamic responses. They do NOT run on the client side.