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


Please Help Members By Posting Answers For Below Questions

Do you need to import math in java?

557


What is the difference between form & report?

584


How to declare objects of a class ?

580


How do you declare an array that will hold more than 64KB of data?

634


What is the purpose of tostring() method in java?

545






How hashmap increases its size in java?

476


What do you mean by ternary operator in java?

552


What is garbage collector?

615


What is an immutable object?

575


Write java program to reverse string without using api?

543


What is the use of arrays tostring () in java?

510


How do you calculate square roots?

566


What do you mean by platform independence of Java?

527


What is files manifesting?

1720


What is a java lambda expression?

545