what is difference between front controller and action servlet?

Answers were Sorted based on User's Feedback



what is difference between front controller and action servlet?..

Answer / harikrishna

In struts application Action servlet acts as front
controller.

Is This Answer Correct ?    7 Yes 0 No

what is difference between front controller and action servlet?..

Answer / nayani muralidhar

FrontController: A special web resource of web applications
that traps the request comming to other web applications to
execute common and global pre request processing logic by
username and password is called FrontController.

Servlet acting as FrontController, then it is called front
controller serlet . If JSP is acting as front controller
then it is called front controller of jsp.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

How are java objects passed to a method and what are native methods?

0 Answers   Genpact,


What is the difference between static and non-static variables?

6 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


Can we assign integer value to char in java?

0 Answers  


Explain about public and private access specifiers?

0 Answers  






Explain about arraylist?

0 Answers  


What is a local block?

0 Answers   Global Logic,


What is a method vs function?

0 Answers  


What is the difference between throw and throws?

5 Answers   Cap Gemini,


What is the difference between comparison done by equals method and == operator?

0 Answers  


Differentiate between stringbuffer and stringbuilder in java.

0 Answers  


Are private methods final?

0 Answers  


Categories