can we use more than one controller in web application
Answer Posted / 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 View All Answers
Write a program to show the functionality of doget and dopost method?
request parameter how to find whether a parameter exists in the request object?
What are the different session tracking techniques?
Why do we need a constructor in a servlet if we use the init method?
How do you define a servlet?
What are the steps that are involved in using the httpservlet class?
Does servlet have main method?
Why are http servlets used in programming?
What are the annotations used in servlet 3?
Write a simple servlet program to print the contents of html.
What do you mean by web applications?
Which is the methods of generated servlet?
Explain web container.
How can we perform any action at the time of deploying the project?
How httpservlet is different from the genericservlet?