What is servletconfig?
Answer / Sharvan Kumar
ServletConfig is an interface in Java Servlets that provides a way to configure a servlet before it is initialized and made available for handling requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the directory structure of web application?
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 is servlet and list its types?
Explain servlet.
Is java servlet still used?
What are the different types of servlets?
Why jsp is better than servlet?
If servlet receives multiple requests, how many objects will it create?
How to get the current httpsession object?
Can we use the constructor, instead of init(), to initialize servlet?
What is the difference between a generic servlet and http servlet?
What are the difference between session and cookies in servlet? Explain