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 is the
What are sessions in servlets?
What is the use of attribute in servlets?
How can you use a servlet to generate a plain text instead of html?
Explain the methods of request dispatcher in servlet?
Can servlet have a constructor ?
Can you call a jsp from the servlet?
What is the capacity the doget can send to the server?
What’s the difference between sendredirect and forward methods
Why servlet is mostly used?
How will two or three servlets interact or communicate with each other?
What are the steps that are involved in using the httpservlet class?
How can you push data from an Applet to a Servlet?
How servlets are deployed in java?
What are the steps that are required to handle the multi-threading?