What is servlets.

Answer Posted / amit kumar rai

servlet is a java program that runs inside a web
container,It is a server side program which is used to
develope web-application.Every Servlet should extends the
Http Servlet Class & overwrite the doget,dopost or both
methods. Both of these methods provides the
HTTPServletRequestObject & HTTPServletResponseObject.

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 map and flatmap?

613


Is jar an executable?

470


What is java net url?

447


In hibernate what is the difference between the Session and SessionFactory?

527


Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.

1365






How do I open the java console in windows 10?

537


How do I enable java in firefox?

479


What is a flatmap?

495


How do I run a project in eclipse?

443


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

3445


How do I install java on windows?

458


What is phantom memory?

548


What is the difference between a jvm and a jdk?

529


What do I need to install netbeans?

490


How do I find jre version?

470