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...

What are JSP scripting elements?

Answer Posted / vikas

Between <% and %> tags,any valid Java code is called a
Scriptlet. This code can access any variable or bean declared.

For example,to print a variable.
<% String username = "visualbuilder" ;
out.println ( username ) ; %>

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?

914


Explain the difference between include directive and include action in jsp?

989


What is scriptlet in jsp?

1030


Why are jsp pages preferred for creating web-based client program?

1086


Why is jstl used?

951


What is the jsp:setproperty action?

1023


Can we override jsp service method?

978


How we can disable session in jsp?

1028


What is attribute in jsp?

1019


Is jsp server side scripting language?

1030


What's the difference between javabeans and taglib directives?

995


What is jsp life cycle?

1036


What is the use of?

999


What is the purpose of jsp and why it is widely used?

1056


What jsp lifecycle methods can be overridden?

1009