What are important features of Servlet 3?
No Answer is Posted For this Question
Be the First to Post Answer
What is cookies in servlet with example?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
What is the <load-on-startup> element?
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 ??
What is api in servlet?
What are the advantages of servlets over traditional cgi?
Which httpsession object is used to view and manipulate information about a session?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
give the syntax of doGet() and doPost()?
What are the different methods involved in generic servlet?
Can you send an authentication error from a servlet?
why are extending GenericServlet and why are extending HttpServlet explain?