Multiple choice technology web technology

The client can access the servlet only if the servlet is installed on a ________ that can respond to servlet requests

  1. CLIENT

  2. SERVER

  3. INTERNET

  4. IN LOCAL PC

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

Servlets run within a servlet container or web server (like Tomcat). The client (browser) cannot directly access servlet code - it makes HTTP requests to the server, which executes the servlet and returns the response.