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
Can we call the constructor of a class more than once for an object?
How is java created?
Will set allow duplicates in java?
What is a "pure virtual" member function?
Explain about fail safe iterators in java?
Why we override equals() method?
What are voids?
When will we use them?
What is identifier with example?
Wha is the output from system.out.println(“hello”+null); ?
Difference between method overloading and overriding.
How can we find the sum of two linked lists using stack in java?
What is wrapper class example?
What is serial version uid and its importance in java?
Explain about class in java?