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 are JTA/JTS and how they used by client?
What is mdb and what is the special feature of that?
What if the static modifier is removed from the signature of the main method?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Why a client should be multithreading? Explain.
What is a clone?
What are the diff types of exception?
What is the difference between RMI and Corba?
Explain ioc concept?
What class is used to create Server side object ?
Can you control when passivation occurs?
What is the relationship between local interfaces and container-managed relationships?
Explain the different types of memory used by jvm?
which book is better for jdbc ,servlets and jsp
Can you give me a simple example of using the requiredif validator rule?