can we use more than one controller in web application
Answer Posted / 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 |
Post New Answer View All Answers
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
What's the use of servletcontext?
How can we perform any action at the time of deploying the project?
What is session?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
request parameter how to find whether a parameter exists in the request object?
What do you mean by httpservlet?
How to get the actual path of servlet in server?
Why are http servlets used in programming?
What do you understand by mime type?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Describe the phases of servlet lifecycle?
What is generic servlet class?
Can we refresh servlet in client and server side automatically?
Differentiate between the get and post method