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 is the main purpose of java servlets?
Can servlet have a constructor ?
How can we implement a jsp page?
What do you mean by cgi?
How can we achieve transport layer security for our web application?
What is the difference between servlet and filter?
How to get the IP address of client in servlet?
How is an application exception handling is done using a servlet?
Explain the architechure of a servlet?
What is meant by Servlet? What are the parameters of service method?
What are different ways for authentication of servlet?
What is the directory structure of web application?
What is the use of httpservletresponsewrapper?
What is servlet api used for conneting database?
How do I support both get and post from the same servlet?