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 |
When parseint method can be used?
What is the properties class?
can we create instance for interface in java?
What is difference between calling start() and run() method of thread?
What is a variable simple definition?
What is array pointers ?
What is a byte string?
How do I get 64 bit java?
explain the concept of inheritance with an example?
. Explain Java String Pool.
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?