aspose file tools
The moose likes Servlets and the fly likes What is the name of the object that is created/maintained by the Servlet Container and contains all Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "What is the name of the object that is created/maintained by the Servlet Container and contains all " Watch "What is the name of the object that is created/maintained by the Servlet Container and contains all " New topic
Author

What is the name of the object that is created/maintained by the Servlet Container and contains all

sura watthana
Ranch Hand

Joined: Sep 13, 2004
Posts: 77
What is the name of the object that is created/maintained by the Servlet Container and contains all context information about the whole Web application? This object can be used as a memory cache.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

ServletContext


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What is the name of the object that is created/maintained by the Servlet Container and contains all
 
Similar Threads
Sessions
init parameter.
Basic question about request and session
servlet object created by reflaction mechanism
What is a Session's scope?