Hi All,
I found a small misprint in the “Head First Servlet and JSP” . Details are as follows:-
Book Name : Head First Servlet and JSP
Edition : Seventeenth Indian Reprint April 2007
ISBN : 10 : 81-7366-403-x
ISBN : 13 : 987-81-7366-403-8
Chapter : High Level Architecture
Page No. : 58
Section : Bullet Points
“A typical servlet is a class that extends HttpServletRequest and overrides one or more service methods that corresponds to HTTP methods invoked by the browser (doGet(), doPost(), etc.)”
Correct paragraph may be like:-
“A typical servlet is a class that extends HttpServlet and overrides one or more methods that corresponds to HTTP methods invoked by the browser (doGet(), doPost(), etc.)”
Necessary correction may be already done.