

Calling a Servlet from another Servlet using response.sendRedirect
Check out our website:
Follow Telusko on Twitter:
Follow on Facebook:
Telusko :
Navin Reddy :
Follow Navin Reddy on Instagram:
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
please make video on include(),and forward() with explaination in detail
I just came here to say thank you so much for sharing and explaining the knowledge that you have, you explain with so much patient and passion that I was able to understand completely. Keep up the good work.
Why don't you use explanations from real situations instead of the ones which are completely does not describe the usage. For example, if I will ask to add to numbers to FirstServlet, and if it does not know it will direct the request to SecondServlet. In this situation the question arrises as Why don't we directly not requesting from SecondServlet?! So this examply does not describe the usage. I guess that the aim of calling the SecondServlet from FırstServlet is using the data received from SecondServlet in FırstServlet.
how can i call an html file from a servlet…please get respond
hello sir , i tried to call secondSevlet from firstServlet with help of sendRedirect and i declared only doPost in secondServlet and therefore i got an error .so we can call only doget of secondServlet , cant we call doPost ?
can you tell, what is the function of requestDispatcher.include() ?
I notice that, even if the button/form action is set to use POST, the sendRedirect() method always uses GET. Any way to change that?
How do i do if i want to redirect from firstservlet to secondservlet after 5 seconds ?