can we use more than one controller in web application
Answer Posted / kalyan
We can have mulitiple controllers but if it is struts
framework MVC design follows the one controller ,its not
supported the multiple controllers
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is servlet synchronized?
What is the life cycle of a servlet?
What are the jobs performed by servlets?
How do I use cookies to store session state on the client?
What are the functions of Servlet container?
What are different ways for authentication of servlet?
What do you mean by servlet context?
Is servlet a controller?
How will you pass values from HTML page to the servlet?
Explain url encoding?
What is the difference between using getSession(true) and getSession(false) methods?
How will two or three servlets interact or communicate with each other?
Is dispatcher servlet a singleton?
What is java servlet?
What are the different session tracking techniques?