What are the mechanisms available in ServletContextListener interface?
Options
- contextInit(), contextService(), contextDestroyed()
- contextInitialized((),contextDestroyed()
- contextInitialized(), contextService(), contextDestroyed()
- None of the above
CORRECT ANSWER : contextInitialized((),contextDestroyed()
Write your comments