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
Why string is immutable or final in java
What is the major advantage of external iteration over internal iteration?
Is age discrete or continuous?
Why does java not support pointers?
Write a program to print fibonacci series
What is the difference between actual and formal parameters?
Is int a class in java?
What is treeset and treemap in java?
Why we use methods in java?
What are java packages?
Does string isempty check for null?
what type of questions asked for barclays technologies pune please send urgent
Which is better list or arraylist in java?
a thread is runnable, how does that work? : Java thread
What is unicode used for?