What is the GenericServlet class?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between doget and dopost?
What are the ways to handle multi-threading in servlets?
What is getservletcontext?
Can we use threads in Servlets?
When the methods init() and Distroy() will be called?
What are cookies and how will you use them?
How servlets are deployed in java?
Why HttpServlet class is declared abstract?
Can we fetch the attributes related to a servlet on a different servlet?
Should I override the service() method?
Explain url encoding in servlet?
why are extending GenericServlet and why are extending HttpServlet explain?