Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
No Answer is Posted For this Question
Be the First to Post Answer
Explain implicit objects in jsp?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
what is the page attribute in JSP?
Can a constructor be used in place of init() method to initialize a servlet?
What is the use of?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What jsp lifecycle methods can be overridden?
How can we extend jsp technology?
What is jsp processing?
Is jsp page extensible true false?
What are the jsp standard actions?
What are the features of jsp?