Multiple choice technology programming languages Struts framework is use following servlet? BasicServlet EntryServlet ActionServlet 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.