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 attribute in jsp?
What is context in jsp?
What are the jsp elements?
How do we catch exception and process it using jstl?
What is the jsp?
What is jsp scriptlet tag used for?
Explain the uses of jsp?
What is jstl core tags?
What happens when a page is statically included in another jsp page?
What are the two types of comments supported by jsp?
How will you use jsp el in order to get the http method name?
Can we override jsp service method?
How can we handle exceptions thrown by jsp service method?
Which two interfaces does the javax servlet jsp package have?
What is jsp action tags?