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
What is immutable state?
What is split return?
What is Java Annotations?
What is java reflection api?
Explain the use of sublass in a java program?
Why convert an applet to an application?
What is linked hashset and its features?
Why can't you declare a class as protected?
Can we cast any other type to boolean type with type casting?
What is the difference between normal report & matrix report?
What is data type modifier?
What is passing parameters in java?
What is the requirement of thread in java?
What do you understand by looping in java? Explain the different types of loops.
What's the base class in java from which all classes are derived?