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 ServletContext() and what is its use?

Answer Posted / telo

Data saved in a ServletContext scope is shared by all
servlets and JSPs in the context. The data stored in the servlet
context is destroyed when the servlet context is destroyed.
//save and get an application-scoped value
getServletContext().setAttribute(“application-value”,
“shopping-app”);
value = getServletContext().getAttribute(“application-value”);

Is This Answer Correct ?    28 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a servlet-to-servlet communcation?

1262


What is servlet and list its types?

1134


Can filter be used as request or response?

1018


Describe some assignments that are executed by servlet container?

1132


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

1108


How will you pass values from HTML page to the servlet?

1105


What is the main purpose of java servlets?

1118


What is called servlet mapping?

1157


Describe servlet?

1102


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

1075


What are the difference between session and cookies in servlet? Explain

1105


Are Servlets Thread Safe? How to achieve thread safety in servlets?

1028


What is the process for chaining servlet?

1110


What is the type of method for sending request from http server?

1182


What is called servlet container?

1155