Which exception is thrown if servlet is not initialized properly?
Answer / rani
If an initialisation errors occurs the servlet incapable of handle client requests, throws an "UnavailableException". This indicates the servlet is unavailable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default HttpRequest method?
What are the different mode that servlets can be used?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
What are the benefits of using servlet over cgi?
What is filter? Can filter be used as request or response?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is the functionality of actionservlet and requestprocessor?
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
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
What are some disadvantages of storing session state in cookies?
If we disable cookies in our web page, what will happen?
What do you mean by servlet context?