how to print a string with out using out.println?
Answer Posted / bhanu
with the help of expression tag of jsp ...
<%= "javawoorld" %>
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is a scriptlet in jsp and what is its syntax?
Can you override jspinit() method? If yes, in which cases?
What are stored procedures? How is it useful?
Explain jsp action elements or action tags?
What is jsp taglib?
what is the difference between jsp and servlets ?
What happens when a page is statically included in another jsp page?
Explain the uses of jsp?
Explain jsp:plugin action?
What is a jsp expression?
Is jsp a programming language?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
Explain the various scope values for tag.
Explain how you understand the action tag and jsp action elements.
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?