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

How can you start a jta transaction from a servlet deployed on jboss?

0 Answers  


Difference between GET and POST?

0 Answers  


Tell us something about servletcontext interface.

0 Answers  


Explain life cycle of a Servlet?

2 Answers  


what is the advantage of using Servlets over CGI programming?

4 Answers  






Explain get and post.

0 Answers  


What are setSecure() and getSecure() methods in Cookies?

1 Answers  


What are the life cycle methods of a servlet?

0 Answers  


How do you run a servlet?

0 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


What is a java servlet?

0 Answers  


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

0 Answers  


Categories