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
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain how will the struts know which action class to call when you submit a form?
For which statements does it make sense to use a label?
Why does the tag url-encode javascript and mailto links?
wahts is mean by dynavalidatorform in struts/
Why is string immutable in java?
What are the diff types of exception?
What class is used to create Server side object ?
What classes of exceptions may be caught by a catch clause?
Are there books about seam?
Difference between DurableSubscription and non- DurableSubscription?
Explain what is orm?
What are the purpose of introspection?
Which are the different segments of memory?