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.
How to run java program in jsp page?
What is response sendredirect?
What is content type in jsp?
What is out println in jsp?
Why do we need custom tags in jsp?
What is jsp index?
What is a jsp page?
Why is jsp used for?
What is difference between page and pagecontext in jsp?
Mention the implicit objects in a jsp.
What is auto-flush attribute?
How can I use jsp in the mvc model?
What is declaration statement?
Can a jsp page instantiate a serialized bean?