What is the use of send redirect () method?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by httpservlet?
Which are the different ways you can communicate between servlets?
Why is a constructor needed in a servlet even if we use the init method?
How to set a cookie that is persisted only for the duration fo the clients session?
how many jsp scripting elements are there and what are those?
what are the way a client can be tracked?
Is servlet a controller?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is the need of session tracking in HttpServlet ?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
What are the life cycle methods of the servlet?
Which interface must be implemented by all servlets?