Can u Override any of the lifecycle methods of JSP?
Answer / raju
The life cycle methods of JSP are
jsp int(), jsp service(), jsp destroy()
here we can override jsp init(), jsp destroy() but we can't override -jsp service() method
| Is This Answer Correct ? | 8 Yes | 2 No |
What is difference between sendredirect and forward?
Differentiate between jsp scriptlet tag and declaration tag.
What is difference between page and pagecontext in jsp?
What are the jsp tags?
Why jsp and servlets are used?
How is scripting disabled?
Which package does jsp api consist of?
i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?
can i use vb script with jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
List the different scope values for the <jsp:usebean> tag in jsp?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this