What is meant by Servelet? What are the parameters of service
method?
Answer Posted / aruna raman
A servlet is a Java programming language class used to
extend the capabilities of servers that host applications
accessed via a request-response programming model.
Although servlets can respond to any type of request, they
are commonly used to extend the applications hosted by Web
servers. For such applications, Java Servlet technology
defines HTTP-specific servlet classes.
init()
service()
getServletConfig()
getServletInfo()
destroy()
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you know if a value is nan?
What is google full form?
What does it mean that strings are immutable?
What is java lang string?
What is early binding and late binding in java?
What restrictions are placed on method overriding in java programming?
Is a char always 1 byte?
What are abstract classes and anonymous classes?
What are static initalizers in java ?
How can you say java is object oriented?
What is the simpletimezone class in java programming?
What is the advantage of OOP in java?
What does system.gc() and runtime.gc() methods do?
What is the difference between reader/writer and inputstream/output stream?
How define set in java?