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 the purpose of jsp?
How can I handle jsp page errors?
What is a jsp and what is it used for?
What is the purpose of
Which is mandatory in tag in jsp?
What is a javaserver pages (jsp)?
When the destroy method of the jsp's are called?
What is pagecontext jsp?
What is jstl core tags?
Explain the various scope values for tag.
Why is _jspservice () method starting with an '_'?
How does a jsp engine work?
What is difference between java and jsp?
What do you know about writing custom jsp tags?
How can I maintain session in JSP Page in the bases of user name and password: