Answer Posted / priyanka prataprao pawde.
two types of servlets:
1.Generic Servlets.
2.HTTP Servlets.
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
How can the referrer and the target urls be used in servlet?
How is the get () method different from the post() method?
Explain the steps involved in placing a servlet within a package?
Why session tracking is needed?
Is java servlet still used?
How do you invoke a servelt?
Where do you define dispatcherservlet?
How to get the server information in a servlet?
What is the use of httpservletrequestwrapper?
What are advantages of servlets over cgi?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is cgi?
Differentiate between get and post?
How to notify an object in session when session is invalidated or timed-out?
Difference between httpservlet and generic servlets?