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


Please Help Members By Posting Answers For Below Questions

How does a jsp function?

497


How can we extend jsp technology?

663


How will you use jsp el in order to get the http method name?

503


How do I view a jsp file?

480


What is a tag file in jsp?

499






Give the syntax for jsp comments.

499


What is context url?

481


What do you mean by jstl?

527


What are the primary differences between the jsp custom tags and java beans?

517


What is the jsp:setproperty action?

538


Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?

515


Which tags are used for bean development?

477


What is Include directive?

545


Differentiate between response.sendredirect(url) and ?

638


How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?

509