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 does a jsp work?
What is jsp and its architecture?
what is jsp? a technology ,a language or something else ?
What is the use of 'out' implicit object?
Explain the jspdestroy() method?
What are the life-cycle methods for a jsp?
Explain some jsp life-cycle methods that can be overridden.
What is scriptlet in jsp?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What is the full form of jsp?
How can the output of JSP or servlet page be prevented from being cached by the browser?
How do I create a dynamic web project?