Can we use methods in JSP? If so where the methods are
stored in servlet class file?
Answer Posted / jhon smith
yes , method are store into class scope.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are different implicit objects of jsp?
Why are jsp pages the preferred api for creating a web-based client program?
What is content type in jsp?
Explain static method?
Give a sample jsp configuration in the deployment descriptor.
What are the benefits of pagecontext implicit object?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
How can we create jsp custom tags?
What are the types of directives in jsp?
When destroy method of jsp is called?
What is jsp standard tag library, provide some example usage?
What are the different jsp element types?
What are the lifecycle phases of a jsp?
How can we disable el?
How many tags are there in jsp?