what is difference between front controller and action servlet?
Answers were Sorted based on User's Feedback
Answer / harikrishna
In struts application Action servlet acts as front
controller.
| Is This Answer Correct ? | 7 Yes | 0 No |
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 |
How finally used under exception handling?
Difference between static and dynamic class loading.
How many types of interfaces are there?
What is square root in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is a parameter example?
What is palindrome in java?
what is the significance of listiterator in java?
Explain differences between checked and unchecked exceptions in java?
Is it possible to declare abstract class as final?What happens if we do so?
Can we have multiple classes in single file ?
When object is created and destroyed?