Multiple choice technology programming languages

The list of locations for the compiler to search in order to resolve class names at compile time is called _______

  1. build path

  2. runtime classpath

  3. Both (A) and (B )

  4. None

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

HttpServlet subclasses should override doGet() or doPost() methods (not service() directly) to handle specific HTTP request types. This is standard servlet API pattern.