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 |
What are jsp el implicit objects and how it’s different from jsp implicit objects?
hpcl information systems officer 2008 Question Papers or any last previous questions papers thanks in advance shyamprasad71@gmail.com shyamprasad71@gmail.com
Is jsp a programming language?
What are the different scope values for the jsp objects?
Is jsp and javascript same?
Can I use javascript on jsp page?
Why session is used?
Are dialogue tags necessary?
What is jsp and why it is used?
Can you disable jsp scripting?
What do you know about writing custom jsp tags?
What are scriptlets in jsp?