Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to print a string with out using out.println?

Answers were Sorted based on User's Feedback



how to print a string with out using out.println?..

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

how to print a string with out using out.println?..

Answer / sk

set any variable as property in the tag then use that
<%c:out value="${ }"%>

Is This Answer Correct ?    2 Yes 0 No

how to print a string with out using out.println?..

Answer / bhanu

with the help of expression tag of jsp ...
<%= "javawoorld" %>

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More JSP Interview Questions

What is the difference between servletcontext and pagecontext?

0 Answers  


Why is used in jsp?

0 Answers  


Are dialogue tags necessary?

0 Answers  


What is the purpose of <jsp:setproperty >?

0 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


Can you disable the caching on the back button of a particular browser?

0 Answers  


Can u Override any of the lifecycle methods of JSP?

1 Answers  


Give a sample jsp configuration in the deployment descriptor.

0 Answers  


Explain how you understand the action tag and jsp action elements.

0 Answers  


How does the Jsp Expressions works ? What happens at the back?

5 Answers   iFlex, Manhattan,


What is jsessionid?

0 Answers  


How is scripting disabled?

0 Answers  


Categories