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
How to include static files in a JSP page?
What happens when a page is statically included in another jsp page?
Differentiate between pagecontext.include and jsp:include?
How do I include static files within a jsp page?
What is a jsp directive?
What are implicit objects in jsp?
Can Static method be Override?
What is dynamic web project?
What is full form of jsp?
What are the implicit, internal objects and methods on the jsp page?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is the difference between a scrollbar and a scrollpane in jsp?
What is the major difference between servletcontext and pagecontext?
What program opens a jsp file?
Is jsp static or dynamic?