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 if you need to span your transaction across multiple servlet invocations?
Describe the phases of servlet lifecycle?
How can we refresh automatically when new data has entered the database?
Why don't we write a constructor in a servlet?
Explain the jar and war files in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How do we call one servlet from another servlet?
When to use doget() and when dopost()?
What is a server side include (ssi)
Why is http protocol called as a stateless protocol?
Which is the methods of generated servlet?
Which protocol will be used by browser and servlet to communicate
What are the different mode that servlets can be used?
What is the type of method for sending request from http server?
How does tomcat servlet container work?