What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
No Answer is Posted For this Question
Be the First to Post Answer
where the session data will stored?
Can we fetch the attributes related to a servlet on a different servlet?
What is context in servlet?
How would you create deadlock on your servlet?
Can a jsp be called using a servlet?
Explain Action Servlet?
What are the phases of the servlet life cycle?
How we can create war file in servlet?
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 ?
How do I support both get and post from the same servlet?
What if we pass negative value in load-on-startup?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?