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
Differentiate between the get and post method
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Explain mvc pattern.
How to get the IP address of client in servlet?
How do servlets work?
How do you invoke a servelt?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is the major difference between context parameter and context attribute?
What is the use of httpservletrequestwrapper?
Explain servlet events?
Name the different ways of session tracking.
Can we override servlet service method?
Write the code to get the server information in servlet.
What is meant by servlet? What are the parameters of the service method?
What do you mean by request dispatcher in servlet? Also explain its methods.