If I define a method in JSP scriplet <%..%>, where will it
go after translation into a servlet?
Answer Posted / prs01
@Karthikeyan ...In Java, you cannot have a method inside
another method (service). You may try the same, in JSP
itself you will get compile time error when defining a
method in scriplets.
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Which container method is used to cause a container to be laid out and redisplayed?
Difference between swing and awt?
which book is better for jdbc ,servlets and jsp
What are local interfaces? Describe.
Explain phantom read?
Name the eight primitive java types.
what are the advantages of JTA over JTS?
Can you control when passivation occurs?
What is clustering? What are the different algorithms used for clustering?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
whats is mean by tiles in struts
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain the difference between object state and behavior?
What are transaction attributes?
wahts is mean by dynavalidatorform in struts/