How do I use sendredirect?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

Show attributes of page directives.

0 Answers  


Why are jsp pages preferred for creating web-based client program?

0 Answers  


What is jspinit method?

0 Answers  


Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

0 Answers  


What are the jsp elements?

0 Answers  






What are the ways to insert java code into jsp page?

0 Answers  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

0 Answers  


What is Include directive?

0 Answers  


Can we define a class inside a jsp page?

0 Answers  


What are the differences between get and load methods?

0 Answers  


Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?

0 Answers  


Can jsp run without server?

0 Answers  


Categories