DEVFYI - Developer Resource - FYI

What is servlet context

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

283. What is servlet context

An object that contains a servlet's view of the Web application within which the servlet is running. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use.

(Continued on next question...)

Other Interview Questions