What is difference between GenericServlet and HttpServlet?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is difference between server and servlet?
What is servlet attributes and their scope?
where the session data will stored?
What is the need of session tracking in HttpServlet ?
Given the request path below, which are context path, servlet path and path info?
How the JSP file will be executed on the Server side?
What is ServletContext object?
What do you mean by mime type?
Name the packages that work with servlet?
What if you need to span your transaction across multiple servlet invocations?
Why is servlet used?