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

What is meant by cookies?

0 Answers  


What are the different methods of session management in servlets?

0 Answers  


Why doesn’t a servlet include main()? How does it work?

0 Answers  


why we should override only no-agrs init() method.

0 Answers  


What is the difference between Get and Post Method?

12 Answers   T3 Softwares,






what is meant by servlet to servlet communication?

1 Answers   KPIT,


What is the dispatcher servlet?

0 Answers  


Explain how does JSP handle run-time exceptions?

0 Answers   BirlaSoft,


what is the difference b/w DispatchAction and LookUpDispatchAction?

1 Answers   Deloitte, iGate, Tech Mahindra,


when the several requests comes to server..how it manage the requests

4 Answers   iGate,


Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........

3 Answers  


Write a program to show the functionality of servlets.

0 Answers  


Categories