What is context in servlet?
Answer / Mohit Kumar Srivastava
In Servlets, Context refers to the ServletContext object which represents an instance of a web application. It provides access to application-level resources and functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
How threads are implemented in servlets?
What is the use of Servlets?
How we can create war file in servlet?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
What are different Authentication options available in Servlets.
What's the servlet interface?
Difference between doget and dopost?
What is context in servlet?
What is life cycle of Servlet?
what is OOAS
give the syntax of doGet() and doPost()?
What are the types of servlet?