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
which book is better for jdbc ,servlets and jsp
Difference between hashmap and hashtable?
Can I run seam with jdk 1.4 and earlier?
Are there books about seam?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the difference between static and non-static with examples?
Is jvm a overhead?
How will you pass parameters in RMI? Why do you serialize?
Difference between loadclass and class.forname?
What is colon_pkg_prefixes and what is its use?
What is ioc concept & explain it?
What are the steps to write p-to-p model application?
What is the difference between a static and a non-static inner class?
Which are the different segments of memory?
How would you reatach detached objects to a session when the same object has already been loaded into the session?