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 |
Is it possible to send a mail from a servlet? Explain?
What’s the difference between forward() and sendredirect() methods?
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?
What is servlet invoker?
explain filters in java?
What is cgi?
What is a java servlet?
What are the classes and interfaces for servlets?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Explain the working of service() method of a servlet.
When servlet is loaded?
What is the difference between portlet and servlet?