What is the ServletConfig() and what is its use?
Answer Posted / jiban
ServletConfig as the name implies provide the information about configuration of a servlet which is defined inside the web.xml file or we can say deployment descriptor.its a specific object for each servlet
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you call a jsp from the servlet?
What is the use of java servlet api?
How to notify an object in session when session is invalidated or timed-out?
What is the dispatcher servlet?
What is the use of send redirect () method?
What is the functionality of actionservlet and requestprocessor?
Explain the methods of request dispatcher in servlet?
What is the need of servlet filters?
When to use doget() and when dopost()?
Why servlet is faster than jsp?
Which method of the httpservletrequest object is used?
Explain the war file?
What do you mean by the servlet chaining?
What is cookie in servlet?
How to handle exceptions thrown by application with another servlet?