Author
Which class does a servlet usually inherit from?
Anil Vupputuri
Ranch Hand
Joined: Oct 31, 2000
Posts: 527
??This might be simple question,but think before u answer?? Which class does a servlet usually inherit from? what is it's Fully-qualified classname ? (e.g. "java.lang.Thread") <b>Anil</b>
SCJP 1.5, SCEA, ICED (287,484,486)
Somas kanthan
Greenhorn
Joined: Nov 16, 2000
Posts: 8
posted Jan 04, 2001 21:08:00
0
Hi, Servlets by normally extends javax.servlet.http.HttpServlet class, which is a sub class of javax.servlet.GenericServlet class Hope this helps you,
Suraj Bhan Choudhary
Greenhorn
Joined: Sep 28, 2002
Posts: 1
hi.. The answer is 'javax.servlet.http.HttpServlet '
suraj choudhary
subject: Which class does a servlet usually inherit from?