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

What is an abstract class?

7 Answers   DBS, Wipro,


Write a program in java to create a doubly linked list containing n nodes.

0 Answers  


What is a methodologist?

0 Answers  


Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.

2 Answers   Accenture,


What are aggregate functions explain with examples?

0 Answers  






Can an interface have a class?

0 Answers  


What is difference between == and === in js?

0 Answers  


Do I need java on my computer?

0 Answers  


What is meant by inheritance and what are its advantages?

0 Answers  


What is methods in java?

0 Answers  


What is byte code and why is it important to java’s use for internet programming?

0 Answers  


Can we have try block without catch block?

0 Answers  


Categories