If I define a method in JSP scriplet <%..%>, where will it
go after translation into a servlet?
Answer Posted / vamsi krishna.i
The code that writes in JSP Scriptlets itself excutes in
service method.We can not create a method with in the
Method.So We cont define a method in <%...%>.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
what are getters and setters in Java with examples?
Explain what is synchronization?
Do I need to import javlang package any time? Why ?
what is Activation Instantinator?
what are the activation groupworks?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Write a singleton program?
Name the eight primitive java types.
Are there books about seam?
Difference between DurableSubscription and non- DurableSubscription?
Can you give me a simple example of using the requiredif validator rule?
what is handle?
What is scalable, portability in the view of J2EE?
What are the design considerations while making a choice between using interface and abstract class?