What is Servlet?

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


Please Help Members By Posting Answers For Below Questions

What is runtime locatable code?

857


what are synchronized methods and synchronized statements? : Java thread

574


What is meant by tab pans?

643


What is Gang of four design patterns

586


Can we have any code between try and catch blocks?

552






Explain the hierarchy of java exception classes?

586


What does int argc char * argv [] mean?

507


What are the disadvantages of using inner classes?

548


Is call by reference possible in java?

527


Explain try and catch keywords in java?

618


Can we override protected method in java?

574


What is the difference between post and put?

533


What is == and === in javascript?

553


Can you make a constructor final?

573


What is abstract class constructor called?

558