can we use more than one controller in web application

Answers were Sorted based on User's Feedback



can we use more than one controller in web application..

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

can we use more than one controller in web application..

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

can we use more than one controller in web application..

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

Post New Answer

More Servlets Interview Questions

can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


What are the different mode that servlets can be used?

0 Answers  


how many jsp scripting elements are there and what are those?

0 Answers  


What is the disadvantage of cookies?

0 Answers  


What is load-on-startup in servlet?

0 Answers  






What is the requirement of servlet config and servlet context implemented and how are they implemented?

0 Answers  


What is a servlet context object?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


How variables can be accessed across the sessions?

3 Answers  


What are different types of Servlets?

12 Answers  


Explain the difference between a web server and a web container?

0 Answers  


how to pass parameter from servlet to html form

4 Answers  


Categories