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 a hidden comment in jsp?
What is the use of jstl?
What is the scope of response object?
What is pagecontext?
When does a container initialize multiple jsp / servlet objects?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
What is the purpose of jsp?
How can I maintain session in JSP Page in the bases of user name and password:
What is the jsp:plugin action ?
Why are jsp pages the preferred api for creating a web-based client program?
Give the syntax for jsp comments.
What is server context?
Explain pge Directives.
What is meant by implicit objects and what are they?
What is context in web application?