what is difference between front controller and action servlet?
Answer Posted / 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 View All Answers
What is methods in java?
What is the difference between array and array list in java?
Is set thread safe java?
What is constructor chaining and how is it achieved in java?
Are floats faster than doubles?
What is the final variable?
Why java doesn’t support multiple inheritances?
What is a stack class in java ?
What do you mean by synchronized non access modifier?
What is overriding in java?
What is the instance of an object?
What 5 doubled?
What about instanceof operator in java?
What does isempty () do in java?
Can you instantiate the math class in Java?