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 declaration statement?
What is scriptlet, expression and declaration in jsp?
What is jstl (jsp standard tag library)?
Differentiate between include directive and include action.
Where do I create jsp in eclipse?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
how can i update the marque in jsp without changing the sourse code
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is jsp language?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Why do we use expression language in jsp?
Why we use jsp instead of html?
Perform a browser redirection from a jsp page?
How do I save a jsp file?
How can we disable el?