Tell us something about servletcontext interface.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
where the generated jsp source file are stored?
Why is servlet used?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
when will cookie information destroy?
What is use of parseQueryString ?
why we should override only no-agrs init() method.
What is load-on-startup in servlet?
How to get the server information in a servlet?
Write the code to get the server information in servlet.
How is a servlet implemented in code?
Why the concept of single thread model interface is used?