Can we use methods in JSP? If so where the methods are
stored in servlet class file?
Answer Posted / jayachandra
Description:
We can Develop the methods in jsp pages by using declaation
statements
Sysntex:
<%! //Methods %>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Mention the various implicit objects used in the expression
What is the jsp?
What are jsp declarations?
Explain pge Directives.
Why is _jspservice () method starting with an '_'?
How can I prevent the use of scripts and java code on the jsp page?
What are the different jsp element types?
Can you call jsp from servlet?
How to forward a request to another source?
What are jsp action tags?
What is the difference between servletcontext and pagecontext?
How can we retrieve warnings?
How can I set a cookie and delete a cookie from within a jsp page?
What is jsp taglib?
What are the advantages of jsp?