Explain the lifecycle of a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
What are the different session tracking techniques?
what is servlet and what you get when we use servlets?
Name the different ways of session tracking.
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
In servlets, Why do we need both GET and POST method implementations?
What's the architecture of a servlet package?
What are the types of protocols supported by httpservlet ?
Differentiate between get and post?
Explain the methods in Generic and HTTP Servlets?
What is difference between cookies and httpsession?
When to use doget() and when dopost()?