how to print a string with out using out.println?
Answer Posted / sk
set any variable as property in the tag then use that
<%c:out value="${ }"%>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is the requirement of a tag library?
Give uses of object cloning?
How does a jsp work?
List the various action tags used in jsp.
What is the default value of session attribute in jsp?
Explain jsp:plugin action?
Which of the following action variable is used to include a file in jsp?
List out some advantages of using jsp.
How can we retrieve warnings?
How to include static files in a JSP page?
What is jstl core tags?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
How many jsp scripting elements are there and what are they?
How to include static files in a jsp?