Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
No Answer is Posted For this Question
Be the First to Post Answer
how to maintain sessions in jsp?can you tellme the methods.
16 Answers IBM, Scope International, TCS,
Why is _jspservice () method starting with an '_'?
How do I set password expire time period?
How do I include static files within a jsp page?
What is a jsp file?
what will happen if we disable cookies in the web page?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is out println in jsp?
What is a declaration statement?
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...........
What is jsp-config in deployment descriptor?
What is an expression in jsp?