What is difference between GenericServlet and HttpServlet?
No Answer is Posted For this Question
Be the First to Post Answer
Some examples where generic servlet is used?
How two servlets communicate with each other?
How do cookies work in servlets?
What is the type of method for sending request from http server?
How long do servlets last?
What are the annotations used in servlet 3?
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?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
What are different types of Servlets?
What's the advantages using servlets than using cgi?
What are different Authentication options available in Servlets.
Whether we can get deadlock situation in servlets?