Multiple choice technology programming languages

Implementations of servlets includes what?

  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

Java web server Tomcat is a servlet container that implements servlets. Apache web server is a pure HTTP server (not a servlet container), and HttpURLConnection is a client-side class for making HTTP requests.