How do you create a cookie using servlet?
No Answer is Posted For this Question
Be the First to Post Answer
How can the referrer and the target urls be used in servlet?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
How to read request headers from servlets?
What are the steps involved in placing a servlet within a package?
When the methods init() and Distroy() will be called?
Why jsp is better than servlet?
How we can call a jsp from the servlet?
How httpservlet is different from the genericservlet?
What is connection pooling?
Can we call destroy() method inside the init() method? What happens when we do so?
How to get the actual path of servlet in server?
when you comppile the servlet is it neccesary to restaet the tomcat server?