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
What are the sequence of steps to write pub or sub model kind of application?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is jboss?
Can I use javascript to submit a form?
What’s jboss cache in short?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is Stream Tokenizer?
What happens when a thread cannot acquire a lock on an object?
Explain how will the struts know which action class to call when you submit a form?
Explain ioc concept?
What is the purpose of the wait() method?
Why use a datasource when you can directly specify a connection details?
Do I need to import javlang package any time? Why ?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)