For application and session JSP scopes, what class of object is used to store the attributes? (Choose one)

For application and session JSP scopes, what class of object is used to store the attributes? (Choose one) 




a. ServletContext and HttpSession respectively.
b. HttpSession for both.
c. ServletContext for both.
d. HttpSession and ServletContext respectively




Answer: A


Learn More :