If I define a method in JSP scriplet <%..%>, where will it
go after translation into a servlet?
Answer Posted / prs01
@Karthikeyan ...In Java, you cannot have a method inside
another method (service). You may try the same, in JSP
itself you will get compile time error when defining a
method in scriplets.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain what is orm?
What is abstract schema?
Are we allowed to change the transaction isolation property in middle of a transaction?
What classes of exceptions may be caught by a catch clause?
Why a component architecture for the java platform?
Difference between DurableSubscription and non- DurableSubscription?
Which class is the immediate superclass of the menucomponent class?
what is a portable component?
What must a class do to implement an interface?
When a thread blocks on i/o?
How will you pass parameters in RMI? Why do you serialize?
Why is actionform a base class rather than an interface?
What is the difference between RMI registry and OS Agent?
What restrictions are placed on the values of each case of a switch statement?
how i secure my site with the https protocol.what are the steps?