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

Which method is called when reference variable is passed in system.net?

0 Answers   HCL,


how a user session can be tracked in servlets?

1 Answers  


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do

2 Answers   Caritor, Globerian,


How to debug a servlet?

2 Answers  






How does tomcat servlet container work?

0 Answers  


which method in doGet or doPost is use to send binary date to server

2 Answers   HCL,


What is called servlet mapping?

0 Answers  


Given the request path below, which are context path, servlet path and path info?

0 Answers  


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


What is HTTP Tunneling?

1 Answers   Wipro,


what are the disadvantages of cookies?

8 Answers  


Categories