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
Which class is the superclass of all classes?
Why string is immutable with example?
What is rmi and steps involved in developing an rmi object?
What are the special characters?
How do you control extraneous variables?
Why are variables important in research?
What is covariant return type?
when to use ArrayList and when to use HashMap in webApplication.
What's the default access specifier for variables and methods of a class?
What is the difference between a vector & an array list?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What do you mean by aggregation?
What is close method? How it's different from Finalize & Dispose?
Where are global variables stored?
What is the purpose of the enableevents() method in java programming?