what is the difference between ServletContext and
ServletConfig
Answer Posted / saurabh kandpal
servletcontext is for a individual servlet
servlet config is for the whole webapplication which may
include diffrent servlet context
Is This Answer Correct ? | 3 Yes | 37 No |
Post New Answer View All Answers
When jsessionid is created?
Is it possible to have a constructor inside the servlet?
Difference between doget and dopost?
What do you mean by chaining in servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
List out the difference between ServletConfig and ServletContext?
How do you communicate in between Applets and Servlets?
What is a servlet?
what is multiple server?
What is the difference between jsp and servlet life cycle?
What are the advantages of Servlet over CGI?
What do you mean by default initialization in java servlet?
What is difference between PrintWriter and ServletOutputStream?
What is servlet and how it works?
How forward () method is different from send redirect () method?