can we use more than one controller in web application
Answer Posted / kishore
We can have multiple controllers but if it is a struts
framework then it voilates MVC design since we cannot have
more than one controller in MVC
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of servlets over traditional cgi?
What is servlet configuration?
What are the annotations used in servlet 3?
What is servlet container?
What’s the use of the servlet wrapper classes??
What do you mean by request dispatcher in servlet?
How do servlets work?
Explain the role of dispatcherservlet and contextloaderlistener.
What is the difference between the include() and forward() methods?
How can you run a servlet program?
What do you mean by the servlet chaining?
What is the life cycle of a servlet?
If a servlet is not properly initialized, what exception may be thrown?
What is the workflow of a servlet?
What is the need of session tracking in web application?