How does Cookies work in Servlets?
No Answer is Posted For this Question
Be the First to Post Answer
How many objects of a servlet is created?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
Difference between get and post in java servlets?
Difference between GET and POST?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
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?
Explain url encoding?
What are its drawbacks of cgi?
How we can create war file in servlet?
What are the types of ServletEngines?
What compiler do not do if we create our own constructor?
What if you need to span your transaction across multiple servlet invocations?