Answer Posted / neha
ServlrtCoctext provides runtime environment which is shared
by every servlet.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How can we refresh automatically when new data has entered the database?
Describe some assignments that are executed by servlet container?
What's the use of servletcontext?
How can we upload the file to the server using servlet?
Differentiate between get and post?
What are the uses of servlet and what is servlet chaining?
Why session tracking is needed?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What's the servlet interface?
How would you create deadlock on your servlet?
Explain the difference between servlet and cgi?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the use of servletconfig interface?
Write a simple servlet program to print the contents of html.
How do you deal property files in servlet?