What is meant by Servelet? What are the parameters of service
method?
Answer Posted / madhu
servlet is a java program which provides implementation of sevlet interface which is in javax.servlet package directly or indirectly.
parameters of service is HttpServletRequest request,HttpServletResponnse respone.
request and response are objects of classes which provides the implementation of HttpServletRequest,HttpServletResponse.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is int short for?
How does the garbage collector works in java?
What is difference between final and immutable?
What is the difference between abstract classes and interfaces?
what do you understand by the term string with respect to java?
What is the hashcode () and equals () used for?
Can we assign integer value to char in java?
What is the independent variable in an experiment?
What is a boolean flag in java?
List down the methods and interfaces of collection class in java.
What is the replace tool?
what is difference betweem home interface and remote interface?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are generic methods?
Explain the difference between a Thread and a Process.