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

Can you inherit a constructor java?

579


Is java se free?

524


Is hashmap thread safe?

564


What is anagram of a string?

523


When can we say that threads are not lightweight process in java?

598






How do singleton patterns work?

521


How do you compare two objects?

524


What does percent mean in java?

592


What is data structure in java?

539


What is difference between c++ and java ?

673


Why can't we use static class instead of singleton?

503


Why is static used?

555


What is the structure of java?

511


What is the purpose of the system class in java programming?

549


Mention the default values of all the elements of an array defined as an instance variable.

526