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
What is the difference between a scrollbar and a scrollpane in jsp?
Which one is better jsp or servlet?
What is jsp include tag?
What does jstl mean?
What is the use of jstl tags in jsp?
How to call java method in jsp page on button click?
What are the jsp lifecycle phases?
Can Static method be Override?
Why do we need custom tags?
What is a tag file?
Is jsp server side scripting language?
What is jsp param?
What are stored procedures? How is it useful?
How we can include the result of another page in jsp?
What is the purpose of creating custom tags?