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 regex java?
What java ide should I use?
What is merge sort in java?
What is blank final variable?
What is object of class in java?
Why java is platform independent? Explain.
What is floor math?
Explain a situation where finally block will not be executed?
What does @param args mean in java?
How to restrict a member of a class from inheriting by its sub classes?
What happens if a constructor is declared private?
Is namespace same as package in java?
List the different types of classloaders in java.
What is java util list?
What is the common usage of serialization?