What is the ServletConfig() and what is its use?
Answer Posted / ramesh nagula
A servlet configuration object used by a servlet container
used to pass information regarding the initialisation
parameters which are specified
in the web.xml file to a servlet during initialization
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Why session tracking is needed?
How to generate the server side programming and the advantages of it over the other languages?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explain Action Servlet?
Is servlet a framework?
What do you mean by httpservlet?
Does servlet have main method?
What are the important functions of filters?
Explain session tracking and its importance?
What are the advantages of Servlet over CGI?
What is the procedure of invoking different servlet in a different application?
What is the importance of init() method in Servlet ?
How to make sure a servlet is loaded at the application startup?
Tell us something about servletcontext interface.
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code