Home Answers Viewqa JSP-Servlet Scriplets Basics

 
 


ganesh_r_t
Scriplets Basics
1 Answer(s)      4 years and 8 months ago
Posted in : JSP-Servlet

View Answers

October 14, 2008 at 4:58 PM


Hi friend,


Syntax of JSP Scriptles are:

<%
//java codes
%>

JSP Scriptlets begins with <% and ends %> .We can embed any amount of java code in the JSP Scriptlets. JSP Engine places these code in the _jspService() method. Variables available to the JSP Scriptlets are:


For more information on Scriplets in Jsp visit to :

http://www.roseindia.net/jsp/jspscriptlets.shtml

Thanks









Related Pages:
Scriplets Basics - JSP-Servlet
Scriplets Basics  How To Use Scriplets in Jsp
Scriplets Basics - JSP-Servlet
Scriplets Basics  How To Use Scriplets in Jsp  Hi friend, Syntax of JSP Scriptles are: JSP Scriptlets begins with .We can... are: For more information on Scriplets in Jsp visit to : http
JSP BASICS
JSP BASICS What is JSP ? JSP Stands for "Java Server Pages". Using "JSP" we can use both, static HTML with dynamically-generated HTML...; Component of JSP pages : Directives Declarations Scriplets Expressions