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 / santosh

JSP scripting elements let you insert code into the servlet
that will be generated from the JSP page. There are three forms:
1. Expressions of the form <%= expression %>, which are
evaluated and inserted into the servlet’s output
2. Scriptlets of the form <% code %>, which are inserted
into the servlet’s _jspService method (called by service)
3. Declarations of the form <%! code %>, which are inserted
into the body of the servlet class, outside of any existing
methods

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1087


What is the use of implicit object named "application" in Application?

1746


What are jsp el implicit objects and how it’s different from jsp implicit objects?

1056


Is jsp platform dependent?

970


How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?

1093


What is jsessionid?

964


Explain client and server side validation?

956


What is < jsp:forward> tag for?

985


What are the types of jstl tags?

971


What is the requirement of a tag library?

949


How is jsp better than servlet technology?

1060


Can we write java code in jsp?

1026


How jsp is compiled?

923


Which tags are used for bean development?

925


Why do we need custom tags in jsp?

932