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 MIME Type?

1 Answers  


what is the difference between servlets and struts?

3 Answers  


What are the differences between servlet context vs servlet config?

1 Answers  


What exception should be thrown when servlet is not properly initialized?

1 Answers  


What do you mean by scope object and what are its types?

1 Answers  


What are different types of SessionTracking?

2 Answers  


Explain mvc pattern.

1 Answers  


What do you mean by servlet?

1 Answers  


How will you pass values from HTML page to the servlet?

1 Answers  


what is multiple server?

1 Answers  


What is the web server used for running the Servlets?

1 Answers  


How to create war file?

1 Answers  


Categories