What is the <jsp:param> standard action?
No Answer is Posted For this Question
Be the First to Post Answer
What is the include directive?
How to access java variable in jsp?
What are jsp declarations?
What is jsp and its advantages?
Give the use of session object.
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What are the scopes available in <jsp:usebean>?
What is session getattribute in jsp?
What is difference between page and pagecontext in jsp?
What is the need of jsp?
What is client side technology?
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.