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
What is api in java?
What are different ways of object creation in java ?
Explain thread life cycle in java?
What is the difference between @before and @beforeclass annotation?
What is stream api in java8?
Why singleton class is used in java?
What is string pooling concept?
What does flag mean in java?
What is the difference between yielding and sleeping?
Do you need to import math in java?
What are the legal parameters?
What do you understand by the term string pool?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How does multithreading take place on a computer with a single cpu in java programming?
What are the steps that are followed when two computers connect through tcp?