How does the Jsp Expressions works ? What happens at the
back?
Answer Posted / pratique suhane
ex : <%=a%>
in background : out.println(a);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is jsp language?
How do we catch exception and process it using jstl?
What is the use of jstl tags in jsp?
How we can disable session in jsp?
What is meant by implicit objects and what are they?
What is jsp scriptlet tag used for?
What is difference between html and jsp?
How can I implement a thread-safe jsp page?
What is jsp in html?
Can we call servlet from jsp?
Give the syntax for jsp comments.
What is the full form of jsp?
Can you override jspinit() method? If yes, in which cases?
How can we use beans in jsp?
What are the implicit el objects in jsp?