What is the use of servletconfig interface?



What is the use of servletconfig interface?..

Answer / Sumant Kumar

The ServletConfig interface is used to initialize a servlet by providing configuration information, such as the initialization parameters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Is it possible to send a mail from a servlet? Explain?

4 Answers  


What’s the difference between forward() and sendredirect() methods?

1 Answers  


How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


What is servlet invoker?

1 Answers  


explain filters in java?

2 Answers   TCS,


What is cgi?

1 Answers  


What is a java servlet?

1 Answers  


What are the classes and interfaces for servlets?

4 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

1 Answers  


Explain the working of service() method of a servlet.

1 Answers  


When servlet is loaded?

1 Answers  


What is the difference between portlet and servlet?

1 Answers  


Categories