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 an expression in jsp?
mention the three important tags used in the development of jsp bean.
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
What do you know about writing custom jsp tags?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,
Which directive is used in jsp custom tag?
Which tags are used for bean development?
Explain translation phase.
What is the purpose of jsp and why it is widely used?
How to send data from jsp to jsp?
How to include static files in a jsp?
What is cookie with example?