Answer Posted / vipin
one more implicit object availbale in JSP: exception
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
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.
What is contextpath in jsp?
What is expression tag in jsp?
What is the purpose of
What are the jsp lifecycle phases?
What is the use of jstl?
What are the ways to insert java code into jsp page?
What is a expression?
What do you know about jsp tags?
How do I view jsp files in my browser?
What program opens a jsp file?
How jsp is executed by web server?
What is the use of jsp implicit objects?
Can we use javascript with jsp pages?
How can we disable java code or scripting in jsp page?