What is servletconfig?



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

Post New Answer

More Servlets Interview Questions

What is the directory structure of web application?

1 Answers  


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 ?

5 Answers   TCS,


What is servlet and list its types?

1 Answers  


Explain servlet.

1 Answers  


Is java servlet still used?

1 Answers  


What are the different types of servlets?

1 Answers  


Why jsp is better than servlet?

1 Answers  


If servlet receives multiple requests, how many objects will it create?

1 Answers  


How to get the current httpsession object?

1 Answers  


Can we use the constructor, instead of init(), to initialize servlet?

1 Answers  


What is the difference between a generic servlet and http servlet?

1 Answers  


What are the difference between session and cookies in servlet? Explain

1 Answers  


Categories