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 flush () in java?

550


Explain the difference between map and flatmap stream operation?

809


What is array length?

497


What are the advantages of java inner classes?

549


What is java algorithm?

515






Is space a character in java?

506


what is use of functional interface in java 8?

550


Difference between abstract and concrete class ?

575


What is indexof in java?

507


List out five keywords related to exception handling ?

594


What are the common uses of "this" keyword in java ?

563


How do you add spaces in java?

502


Can a vector contain heterogenous objects?

586


Is java hashset ordered?

565


What are the advantages of passing this into a method instead of the current class object itself?

1159