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 are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Explain the pointers in Java?
Define Multiprogramming and Multiprocessing in java.
Explain super keyword in java.
Can we override the private methods?
Which class is used by server applications to obtain a port and listen for client requests?
what is method reference in java 8?
What is ide with example?
What is the difference between serializable and externalizable interface?
What is a map in java?
Can we initialize the final blank variable?
What about anonymous inner classes in java?
How many bits is a double?
Describe different states of a thread.
What are the 6 functions?