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
Why constructor has no return type?
Why is core java important?
What is java algorithm?
What happens when I use / and % with a negative numerator?
What is the super void?
What state does a thread enter when it terminates its processing in java programming?
What does this () mean in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Difference between current previous versions of Java?
What is a vector in java?
What is autoboxing in java?
What is methods in java?
What is :: operator in java?
Can a class be declared as protected?
What means public static?