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
How are filters?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is a cookie What is the difference between session and cookie
request parameter how to find whether a parameter exists in the request object?
What is meant by session? Tell me something about httpsession class?
Can you call a jsp from the servlet?
Differentiate between the get and post method
Is servlet a server side scripting language?
What is a generic servlet?
What is the difference between servlet and filter?
Explain mvc pattern.
What is servlet container. how it works?
what is servlet chaining?
Can we use threads in Servlets?
What are the steps involved in placing a servlet within a package?