Java
T
point
Home
Reasoning
Java
Programs
Selenium
Aptitude
DS
DBMS
C
C++
C#
SQL
Android
PHP
HTML
CSS
JavaScript
Python
Interview Q
Training
Content Menu ▼
1
2
3
4
5
6
7
8
9
10
Question 1
:
What are the mechanisms available in ServletContextListener interface?
1.
contextInit(), contextService(), contextDestroyed()
2.
contextInitialized(),contextDestroyed()
3.
contextInitialized(), contextService(), contextDestroyed()
4.
None of the above