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 |
give the syntax of doGet() and doPost()?
What is a servlet context object?
How do we translate jsp?
What is ServletConfig object?
What is a servlet?
how to use servlets with j2ee ?
What are the supporting protocol by HttpServlet ?
Is it possible to call servlet with parameters in the URL?
What do you mean by chaining in servlet?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
How do you pass the data from one servlet to another servlet?
How the servlet is loaded?