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 is difference between sendredirect and requestdispatcher?
which situation you use static include and dynamic include in jsp?
What is el in jsp?
How can we retrieve warnings?
What is the use of jsp and servlet?
why ,what, when, where,how the extended star schema is used.
Can a constructor be used in place of init() method to initialize a servlet?
What are the jsp lifecycle phases?
What is the difference between jsp and php?
How do I view jsp files in my browser?
What is expression language in jsp?
Which package does jsp api consist of?