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 |
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
What are the considerations to be made in case of loops in java ?
What are the types of interface used in the java collections? : java collections
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
what is difference between struts1.2 and struts2.0
please mail me the interview question based on java/j2ee
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What is the use of hashcode in java ?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the differences between the java collection and the java list? : java collections
what is acl(access control list)?