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 == mean?
What is math exp in java?
Can an unreferenced object be referenced again?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are abstract methods in java?
What things should be kept in mind while creating your own exceptions in java?
How can a gui component handle its own events in java programming?
What are exception handling keywords in java?
What is a method vs function?
What is constructor and its types?
What is the difference between an object-oriented programming language and object-based programming language?
How to sort an array from smallest to largest java?
How would you dynamically allocate memory to an array?
How do generics work in java?
What does super keyword do?