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
Why jsp is faster than servlet?
What is context in web application?
What are the directives in jsp?
Explain the
Show attributes of page directives.
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
How to include a jsp file in another jsp file?
How do you delete a cookie within a jsp?
Can we override jspinit method?
Where is jsp used?
What is application in jsp?
Why is jsp used?
What's the difference between javabeans and taglib directives?
What does .com stand for?
Explain various implicit objects in expression language.