What is the difference between sendredirect() and forward() in a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between jsp and servlet?
What is the directory structure of web application?
Name the servers that can be used to develope and deploy Servlets?
Describe the phases of servlet lifecycle?
How to get the path of servlet in the server?
What methods do you use in servlet - applet communication?
What are the advantages of Servlet over CGI?
why we should override only no-agrs init() method.
What’s the difference between forward() and sendredirect() methods?
What is SingleThreadModel interface?
How we can get ip address of client in servlet?
Should I override the service() method?