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.
No Answer is Posted For this Question
Be the First to Post Answer
What are custom tags in jsp?
What is the purpose of jsp?
Why taglib is used in jsp?
Why is it not necessary to configure standard jsp tags in web.xml?
Why does jcomponent have add() and remove() methods but the component does not?
What is jstl (jsp standard tag library)?
Explain the jsp implicit objects?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What is called jsp directive?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is scriptlet, expression and declaration in jsp?
What is the use of jstl?