What are the uses of servlet and what is servlet chaining?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by a filter and how does it work?
What are the methods in HttpSession and their use?
can i call init() method in destroy() method of servlset. ?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
Can you send the mail from a servlet ,if yes tell how?
How can we invoke another servlet in a different application?
How to get the IP address of client in servlet?
Can threads be used in Servelet?
What are common tasks performed by Servlet Container?
What is the disadvantage of cookies?
What is Client-Server Computing?
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?