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
What’s jboss jbpm?
what is an isolation level?
How messaging services are done, before release of JMS?
What is the form of storage space in java?
Why a client should be multithreading? Explain.
How will you pass parameters in RMI? Why do you serialize?
To what value is a variable of the string type automatically initialized?
If your ui seems to freeze periodically, what might be a likely reason?
Is jvm a overhead?
What happens when a thread cannot acquire a lock on an object?
What event results from the clicking of a button?
What is scalable, portability in the view of J2EE?
What are the difference between RMI and CORBA?
What is a session? Can you share a session object between different theads?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?