What is a java servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between session and cookies in servlet? Explain
What is load-on-startup in servlet?
How do u authorize and authenticate without <auth> of web.xml
What is the use of servlet context?
can i call init() method in destroy() method of servlset. ?
What do you mean by httpservlet and how it is different from the genericservlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the use of java servlet api?
What is pure servlet?
What is HTTP Tunneling?
What is a cookie What is the difference between session and cookie
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.