Discussion :: Spring MCQs
- ActionSupport class provides a method to access spring's application context.
A.
getWebApplicationContext()
|
B.
getWebApplication()
|
C.
getApplicationContext()
|
D.
contextEventListener()
|
Answer : Option A
Explanation :
Spring provides the ActionSupport class, a subclass of the Action base class that has a convenient getWebApplicationContext() method for you to access Spring's application context.
Be The First To Comment