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 the Layout for ToolBar?

1 Answers  


what is j2se

3 Answers  


What is the format specifier?

0 Answers  


What do you mean by multithreaded program?

0 Answers  


Can we have this () and super () together?

0 Answers  






What do you mean by byte code?

0 Answers  


In java, how many ways you can take input from the console?

0 Answers  


What is double parsedouble in java?

0 Answers  


Can we execute a program without main?

0 Answers  


why java not supproting multiple inheritance?

5 Answers  


What are assembly attributes?

0 Answers  


Are maps ordered java?

0 Answers  


Categories