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 a cookie in java?
What is explicit casting?
What is java lang exceptionininitializererror?
What is jboss in java?
Why there are no global variables in java?
What is meant by annotations in java?
What does el mean in java?
What is java language expression?
How do you type the lambda symbol?
In system.out.println(), what is system, out and println?
Can an application have multiple classes having main method?
Can I have multiple main methods in the same class?
What is an interceptor in java?
Which type of stream is in java?
What is a yaml file in java?