Answer Posted / shashi
1)privacy problem
2)security problem
| Is This Answer Correct ? | 14 Yes | 11 No |
Post New Answer View All Answers
What are the various ways of session supervision in servlets?
What is a web container and what is its responsibility?
Why are http servlets used in programming?
What do you mean by interservlet communication?
What if you need to span your transaction across multiple servlet invocations?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What do you mean by url pattern in servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
Why doesn’t a servlet include main()? How does it work?
What is the servletconfig object?
What is new in ServletRequest interface ? (Servlet 2.4)
What if we pass negative value in load-on-startup?
What are the different types of servlets?
What's the use of servletcontext?
Why do we have servlet filters?