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


Please Help Members By Posting Answers For Below Questions

what is multiple server?

1768


What is the use of attribute in servlets?

550


Write a servlet to upload file on server.

611


What is the need of session tracking in web application?

591


What are important features of Servlet 3?

608






What do you mean by url pattern in servlet?

637


What are the steps that are involved in using the httpservlet class?

583


What is ServletContext object?

655


What are Servlets?

609


Explain the servlet filter.

546


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1844


What are the exceptions thrown by servlets? Why?

633


Write a simple servlet program to print the contents of html.

561


What do you understand by mime type?

571


What exactly is a servlet?

551