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
Define aop(assepct oriented programing)?
What is a modular application?
What is the difference between the session.update() method and the session.lock() method?
what are the activation groupworks?
What are the different methods of identifying an object?
Why are some of the class and element names counter-intuitive?
Describe activation process?
Write a singleton program?
Explain the different types of memory used by jvm?
Explain ioc concept?
What value does read() return when it has reached the end of a file?
What must a class do to implement an interface?
What is the highest-level event class of the event-delegation model?
Are there books about seam?
what is a non-repeatable read?