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 the difference between dom and sax parser in java?
How to declare an arraylist in java?
What is reflexive association?
What is the difference between yield() and sleep()?
What about member inner classes?
Why convert an applet to an application?
Can a class extends itself in java?
Can a final variable be null?
How many types of classes are there in java?
Explain the use of shift operator in java. Can you give some examples?
How can u increase the heap size in the memory?
Explain the difference between a Thread and a Process.
Why is whitespace important?
Can we sort list in java?
Can a static block throw exception?