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 hashset works internally in java?
What is the difference between interface & abstract class?
What is a local, member and a class variable?
What do you mean by thread safe?
What is difference between static class and normal class?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
What is advantage of using threads?
Does java set allow duplicates?
Who developed JScript language?
What is the difference between hashset and treeset in java?
what are abstract functions?
Which is illegal identifier in java?