How to send data from jsp to jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How do I perform browser redirection from a jsp page?
Explain translation phase.
Which directive is used in jsp custom tag?
What are the directives in jsp?
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 is the use of Application Object and Session Object in JSP?
Tell us about the stages (phases) of the jsp life cycle.
What is scripting elements in jsp?
how to disable the expression language in a jsp?
Can you override jspinit() method? If yes, in which cases?
what is the page attribute in JSP?
Give the syntax for jsp comments.