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
Can we increase array size dynamically in java?
When should I use singleton pattern?
What is hashing principle in java?
What are the pillars of java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is garbage collector?
Write a program to print 15 random numbers using foreach of java 8?
What is the difference between a vector & an array list?
When can an object reference be cast to an interface reference in java programming?
what do you understand by synchronization? : Java thread
What are the three parts of a lambda expression? What is the type of lambda expression?
What are the classes of java?
What do you understand by looping in java? Explain the different types of loops.
How to make a read-only class in java?
Define an enumeration?