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

Can we have two main methods in a java class?

0 Answers  


What is difference between path and classpath?

0 Answers  


Explain about narrowing conversion in java?

0 Answers  


What is the purpose of a default constructor?

0 Answers  


Can a final method be overloaded?

0 Answers  


What are the differences between processes and threads?

0 Answers  


what is use of threads how many ways to create thread

3 Answers   iTrust, Verizon,


What mechanism does java use for memory management?

0 Answers  


Can I declare a class as private?

0 Answers  


What is the difference between processes and threads?

0 Answers  


When do you create an index?

0 Answers  


What are methods and how are they defined?

0 Answers  


Categories