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
What is iselignored in jsp?
What are the different life-cycle methods?
What are the different directives in jsp?
What is the difference between java servlet and jsp?
What is the difference between server side and client side programming?
How is jsp better than servlet technology?
What are the jsp lifecycle phases?
What is jsp in html?
Explain static method?
How does a jsp engine work?
What are the attributes on page directives?
What is a jsp page?
What are the jsp elements?
Differentiate between response.sendredirect(url) and
Show the 2 types of comments in JSP.