What is meant by Servlet? What are the parameters of service method?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use the constructor, instead of init(), to initialize servlet?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
How to debug a servlet?
How many ways are available to ger RequestDispatcher object?
How do I use cookies to store session state on the client?
What do you mean by request dispatcher in servlet? Also explain its methods.
How can an existing session be invalidated?
Why do we have servlet listeners?
Elucidate servlet attributes and its scope?
What is the role of the webserver?
Difference between web container & web server........... Difference between web server & application server?????????
What is the effective way to make sure all the servlets are accessible only when user has a valid session?