What is servlet and how it works?
No Answer is Posted For this Question
Be the First to Post Answer
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
In which cases Destroy() is invoked?
what happens if we wont use destroy()?
Explain Servlet Chaining ?
Explain request dispatcher and its methods.
What is the difference between Get and Post Method?
How will two or three servlets interact or communicate with each other?
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 are the common methods that are included in the http servlet class?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
Write a program to show the functionality of servlets.