can we use more than one controller in web application
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / manisha telang
We can use as many controllers if not using Struts ,
Usaually designs that I have worked has one business logic
has one controller .
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to call servlet with parameters in the URL?
Write a servlet to upload file on server.
How to prevent browser from caching the page content?
Explain url encoding in servlet?
Describe servlet?
explain filters in java?
What are the common methods that are included in the http servlet class?
How can you maintain servlet chaining?
What do you mean by default initialization in java servlet?
How do I use cookies to store session state on the client?
What are the classes and interfaces for servlets?
Explain the difference between jsp and servlet?