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 main uses of the super keyword?
Can inner class extend any class?
What are implicit objects in java?
What are the main concepts of oops in java?
What is string buffer?
Is null a string in java?
Is empty .java file name a valid source file name?
How variables are stored in memory?
What is style and indentation?
What type of language is java?
Can I uninstall java?
Explain list interface?
Does windows 10 need java?
What is e in java?
why java does not support unsigned keyword?