what are the alternate way to use the scriplet in jsp.
What are custom tags in jsp?
Explain the jsp implicit objects?
What are the main tags in jsp?
How to retrieve warnings?
What is the use of pagecontext in jsp?
Which method cannot be overridden in jsp?
What are the events in jsp page?
What is jsp? Explain
why we use jsp as view
3 Answers NCS, Scope International,
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
Can jsp contain javascript?
Which one is correct order of phases in jsp life cycle?