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
How are custom tags in jsp created?
How to print java variable in jsp?
What is the difference between a scrollbar and a scrollpane in jsp?
What is a page directive?
Can you use javascript in jsp?
What are the different types of jsp directive?
How to find out the name of the http method using jsp el?
Which tag is used to execute java source code in jsp?
Which of the following action variable is used to include a file in jsp?
Explain JSP directives.
What does it mean when tags or attributes are said to be deprecated?
What are the different types of jstl tags?
What are the different types of jsp tags?
Explain translation phase.
How to access java variable in jsp?