how to print a string with out using out.println?
Answer Posted / 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 |
Post New Answer View All Answers
How can I declare methods within my jsp page?
What is called jsp directive?
Why do we use expression language in jsp?
What is the _jspservice() method?
What is expression language in jsp?
Can you make use of a servletoutputstream object from within a jsp page?
What is the purpose of jsp?
What are the steps for creating custom tags in jsp?
How do you connect to the database from jsp?
How does jsp engines instantiate tag handler classes instances?
What is the use of requestdispatcher?
How do I mix jsp and ssi #include?
List all tags that are provided in jstl?
How can I maintain session in JSP Page in the bases of user name and password:
What is jstl?