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

Post New Answer

More JSP Interview Questions

How does a jsp work?

0 Answers  


What is jsp and its architecture?

0 Answers  


what is jsp? a technology ,a language or something else ?

3 Answers   Mastek,


What is the use of 'out' implicit object?

0 Answers  


Explain the jspdestroy() method?

0 Answers  


What are the life-cycle methods for a jsp?

0 Answers  


Explain some jsp life-cycle methods that can be overridden.

0 Answers  


What is scriptlet in jsp?

0 Answers  


Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?

0 Answers  


What is the full form of jsp?

0 Answers  


How can the output of JSP or servlet page be prevented from being cached by the browser?

0 Answers  


How do I create a dynamic web project?

0 Answers  


Categories