If I define a method in JSP scriplet <%..%>, where will it
go after translation into a servlet?
Answer Posted / karthik
After translation of jsp code into servlet the scriplets
(<%...%> contents will be executed via the service methods.
suppose if we define the new method inside the scriplte tag
the container will raise the compilation error.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is the infobus client side only?
Write a singleton program?
What is a class loader? What are the different class loaders used by jvm?
which book is better for jdbc ,servlets and jsp
how i secure my site with the https protocol.what are the steps?
What is the purpose of the wait(), notify(), and notifyall() methods?
Which container method is used to cause a container to be laid out and redisplayed?
What are the services in RMI ?
What is a sessionfactory? Is it a thread-safe object?
What is abstract schema?
What you mean by COM and DCOM?
What do you need to set-up a cluster with jboss?
What are local interfaces? Describe.
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Difference between swing and awt?