can we use more than one controller in web application
Answer Posted / kishore
We can have multiple controllers but if it is a struts
framework then it voilates MVC design since we cannot have
more than one controller in MVC
Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Why do you use session tracking in httpservlet?
What do you mean by session tracking and also explain its techniques?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the difference between using getSession(true) and getSession(false) methods?
What is URL Encoding?
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
How can we implement a jsp page?
What are different Authentication options available in Servlets.
What are the advantages of servlets over traditional cgi?
Explain the features are in servlet 3?
What are the various ways of session supervision in servlets?
What is string tokenizer?
What do you mean by singlethreadmodel interface?
What is the difference between servlet and jsp?
What is Request Dispatcher?