Answer Posted / pramod kumar
If you are using any tool debug the code using the tool's
debugger it will help you a lot
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the benefits of using servlet over cgi?
Write a command to get actual path of a servlet to the server?
Does servlet have main method?
Describe the phases of servlet lifecycle?
What is a server side include (ssi)
What is difference between get and post method?
Explain the jar and war files in servlet?
What must be implemented by all servlets?
Differentiate between the get and post method
How can you start a jta transaction from a servlet deployed on jboss?
What is load-on-startup in servlet?
Which http method is said to be non-idempotent and idempotent?
How forward () method is different from send redirect () method?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?