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 string substring?
What are the differences between stringbuffer and stringbuilder?
What is the use of volatile in java?
What are the types of sockets in java?
Explain the difference between abstract class and interface in java?
What is memory leak and how does java handle it?
What is the equal sign?
How do you sort in descending order in java using collections sort?
What are checked exceptions?
Which is the class in java?
What is the differences between c++ and java? Explain
What is the biggest integer?
Why volatile is used in java?
What are the advantages of assembly language?
What kind of variables a class can consist of?