Tell us something about servletcontext interface.



Tell us something about servletcontext interface...

Answer / Pratibha Tiwari

ServletContext is an interface in Java Servlets that provides application-wide, thread-safe data and utility methods. It can be used to access shared objects such as parameters, session attributes, resources like images or stylesheets, and initialization parameters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

give the syntax of doGet() and doPost()?

2 Answers  


What is a servlet context object?

1 Answers  


How do we translate jsp?

1 Answers  


What is ServletConfig object?

1 Answers  


What is a servlet?

1 Answers  


how to use servlets with j2ee ?

2 Answers   Tech Mahindra,


What are the supporting protocol by HttpServlet ?

1 Answers  


Is it possible to call servlet with parameters in the URL?

4 Answers  


What do you mean by chaining in servlet?

1 Answers  


can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


How the servlet is loaded?

1 Answers  


Categories