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
How do I open a jsp file?
When does a container initialize multiple jsp / servlet objects?
How to send data from one page to another in jsp?
Which jsp method cannot be overridden?
What is a hidden comment in jsp?
What is a scriptlet in jsp and what is its syntax?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
Explain jsp lifecycle methods?
What are the steps for creating custom tags in jsp?
What is jsp language?
Can we call servlet from jsp?
What's the difference between javabeans and taglib directives?
Mention some important jsp action tags.
What are the three tags used in jsp bean development?
What is expression tag in jsp?