Can we use methods in JSP? If so where the methods are
stored in servlet class file?

Answer Posted / anto

<%!

action-specifier return type methodname(arguemnts)
{
statements.............or task
}
%>

Is This Answer Correct ?    31 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between jsp and php?

487


What is the purpose of creating custom tags?

532


What is the use of implicit object named "application" in Application?

1257


What is expression language in jsp?

542


What is action tag in jsp?

501






What are scripting elements?

545


Can Static method be Override?

557


What is jsp exception?

510


Is jsp better than servlet?

491


What is jsp page?

535


What is context in jsp?

505


Why do we need servlets and jsp?

485


How to pass information from jsp to included jsp?

525


What is the difference between hide comment and output comment?

1243


Why jsp is better over static html also explain lifecycle of a jsp?

457