Multiple choice technology programming languages

Struts framework is use following servlet?

  1. BasicServlet

  2. EntryServlet

  3. ActionServlet

  4. StrutsServlet

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

ActionServlet is the central controller servlet in Struts architecture. It receives all requests and dispatches them to appropriate Action classes based on the struts-config.xml configuration.