What is the servletcontext listener and what is
JspContext and page context pls tell in simple words.
Answer / sreekumar
ServletContextListener is an interface which contains two
methods to be implemented namely contextInitialized and
contextDestroyed which will be called when context is
initialized and destroyed respectively. Both the methods
accepts ServletContextEvent as argument
PageContext is an implicit object which encapsulates other
implicit objects. ie. using pagecontext reference we can get
references to all other implicit objects and attributes from
all scopes
JspContext serves as the base class for the PageContext class
| Is This Answer Correct ? | 1 Yes | 1 No |
Difference b/w >> and >>> ?
What is the difference between Eclipse and MyEclipse?
What are the uses of the set interfaces in the java collections? : java collections
what is jndi?
What are maps interfaces in the java collections? : java collections
wnet use DAO design in u r project?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What is java collection? : java collections
What is Visual Source Safe(source control Tool)?
What are the types of the main implementing classes in the map interfaces? : java collections
please mail me the interview question based on java/j2ee
What is the Spring2.5 MVC Navigation flow?