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
What are the different mode that servlets can be used?
What is the difference between sendredirect() and forward() in a servlet?
When servlet object is created?
Explain servlet.
what is servlet chaining?
What is the process for chaining servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What is Client-Server Computing?
How do I support both get and post from the same servlet?
What are the common methods that are included in the http servlet class?
What is servlet and how it works?
What is httpservlet and how it is different from genericservlet?
Define declaration.
How can a servlet be used to generate plain text instead of html?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?