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


Please Help Members By Posting Answers For Below Questions

What is a singleton class in Java?

501


What are methods in java?

536


What do you mean by pointer value and address?

575


Difference between linkedlist and arraylist.

586


What is a buffer in computer?

506






Why collection doesn’t extend cloneable and serializable interfaces?

638


What is output buffer?

566


What is difference between an object and a class?

605


What are the different types of inner classes?

529


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

589


Why are variables important in research?

548


What is included in core java?

577


Explain about java sdk?

576


Convert Binary tree to linked list.

584


What happens when main () method is declared as private?

646