Can we use methods in JSP? If so where the methods are
stored in servlet class file?
Answer Posted / madhu
YES We can Write the our own methods or java methods inside
the "JSP Declarations"
Syntax:<%! .................%>
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between jsp and jstl?
How can you include the results of another page?
List down the major differences between the jsp custom tags and java beans.
What do you mean by jsp directives?
What is the difference between a jspwriter and a servlet printwriter?
Mention the scope values for
What is scripting elements in jsp?
Can we use javascript with jsp pages?
When will container initialize multiple jsp/servlet objects?
How are cookies set in jsp?
Is jsp technology extensible?
What are the advantages and disadvantages of thread-safe jsp page?
How to forward a request to another source?
Where do I create jsp in eclipse?
How do I view a jsp file?