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
What is meant by cookies?
Explain the different ways for servlet authentication?
What is difference between jsp and servlet?
Differentiate between get and post?
What are the important functions of filters?
What is the difference between the include() and forward() methods?
Name the packages that work with servlet?
What are the different session tracking techniques?
Explain servlet events?
Explain jsessionid?
How native code can be used in a servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
Difference between forward() method and sendredirect() method ?
What is the functionality of actionservlet and requestprocessor?
Why doesn’t a servlet include main()?