Answer Posted / siddu
servlet is a java program which runs in the web container
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Who is responsible for writing a constructor?
What do you mean by interservlet communication?
Difference between httpservlet and generic servlets?
What is the difference between the servlets and cgi programs?
Why is httpservlet declared abstract?
Explain servlet.
Describe some assignments that are executed by servlet container?
Why is a constructor needed in a servlet even if we use the init method?
What is dispatcher servlet?
What do you mean by cgi and what are its drawbacks?
Define context initialization parameters.
How can an existing session be invalidated?
What is the use of servlet context?
Why session tracking is needed?
Write a program to show the functionality of doget and dopost method?