how to print a string with out using out.println?
Answers were Sorted based on User's Feedback
Answer / shanthi
Using the expression tag of jsp, strings could be printed.
For eg. String S="fruit";
<%=S%> Semicolons chould not be included here, because
whatever is enclosed inside <%= "" %> will be given as
arguments to out.println().
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sk
set any variable as property in the tag then use that
<%c:out value="${ }"%>
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bhanu
with the help of expression tag of jsp ...
<%= "javawoorld" %>
| Is This Answer Correct ? | 2 Yes | 3 No |
Why should we not configure jsp standard tags in web.xml?
What is welcome file list?
How to works asjx in jsp?
Write a simple example for the clone() method.
Are dialogue tags necessary?
sample program for reading mails from inbox with file attacchments in servlet
What is session setattribute?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
How can automatic creation of session be prevented in a jsp page?
What is out println in jsp?
What are the steps for creating custom tags in jsp?
What is jsp application?