Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 27

Which type allows you to share servlet attributes across your entire web application?

    Correct Answer: A

    To share servlet attributes across your entire web application, the ServletContext is used. ServletContext is a shared memory space that allows attributes (objects) to be shared among multiple servlets and other components of the web application, making them accessible across the entire scope of the application.

Discussion
orjavaOption: A

Answer A