Answer Posted / sunil
servlets r used to design the server side applications that
work on clint server architecture
there are two type of servlet
1. Generic Servlet : extends javax.servlet.*
2. HttpServlet : extends javax.Servlet.HttpServlet.*
we should import these two packages
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain thread life cycle in java?
what is instanceof operator used in java?
What are the two ways in which thread can be created?
Name few java.lang classes introduced with java 8 ?
Is hashset ordered java?
What is numeric function?
What is the SimpleTimeZone class?
Is ++ operator thread-safe in java?
What is append in java?
What is the meaning of course?
Can we have try without catch block?
Can you use this() and super() both in a constructor?
Are variables stored in ram?
hr interview how many minutes asking question
What package is math in java?