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
What is java flatmap?
What is a yaml file in java?
How do I install java on windows?
How do I install java re?
Is it better to learn java or python?
Which type of stream is in java?
Explain the encapsulation principle.
Why is class forname used in java?
What is an action class in java?
What happens if javac is not recognized?
What is ioexception in java?
How common are security breaches? : java security
What is serializable in java?
What is meant by pass by reference and pass by value in java?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))