what is the difference between ServletContext and
ServletConfig
Answer Posted / ravikiran.chd
Servletcontext is one per webapplication and servlet config
is one per servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
When servlet is loaded?
What is the disadvantage of cookies?
What are the ways to handle multi-threading in servlets?
Name the packages that work with servlet?
What are the different types of servlets?
What are the types of servlet?
When servlet object is created?
What are some disadvantages of storing session state in cookies?
What is the difference between a generic servlet and http servlet?
What do you mean by scope object and what are its types?
Write the code to get the server information in servlet.
What is cookie in servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are the advantages of Servlet over CGI?