What are the advantages of cookies?
No Answer is Posted For this Question
Be the First to Post Answer
What are all the ways for session tracking?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
what is servlet chaining?
Explain session tracking and its importance?
Can we use the constructor, instead of init(), to initialize servlet?
How do u authorize and authenticate without <auth> of web.xml
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is dispatcher servlet?
Differentiate between the web server and application server?
What advantages do servlets have over CGI programs?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.