Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between servlet config and servlet
context.

Answer Posted / khushbu ajmera

A: ServletContext: Defines a set of methods that a servlet
uses to communicate with its servlet container, for example,
to get the MIME type of a file, dispatch requests, or write
to a log file.The ServletContext object is contained within
the ServletConfig object, which the Web server provides the
servlet when the servlet is initialized

ServletConfig: The object created after a servlet is
instantiated and its default constructor is read. It is
created to pass initialization information to the servlet.

Is This Answer Correct ?    13 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we perform any action at the time of deploying the project?

1167


What is called servlet container?

1153


Explain the different ways for servlet authentication?

1164


Whats the advantages using servlets over using CGI?

1127


Write a servlet to upload file on server.

1162


How can you use a servlet to generate a plain text instead of html?

1181


How the JSP file will be executed on the Server side?

1202


What are common tasks performed by Servlet Container?

1315


How forward () method is different from send redirect () method?

1027


how the HTML data stored in web server?

2694


Which java framework is most popular?

1218


What is servletconfig?

1087


What is a servlet-to-servlet communcation?

1260


What do you mean by annotations in servlet?

1107


Explain the difference between servlet and cgi?

1218