Multiple choice technology databases

Implementations of servlets include

  1. Apache web server

  2. java.net.HttpURLConnection class

  3. Java web server Tomcat

  4. None of the Above

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

Apache Tomcat is a widely used web server and servlet container that implements the Java Servlet specification. Apache HTTP Server is a general web server without servlet support, and HttpURLConnection is a client-side API class, not a servlet implementation.