<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Interview Questions &#187; Explain jsp scriplets and templets</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/explain-jsp-scriplets-and-templets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Jsp Scriplets and Templets</title>
		<link>http://www.bestjavainterviewquestions.com/jsp-scriplets-and-templets/</link>
		<comments>http://www.bestjavainterviewquestions.com/jsp-scriplets-and-templets/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:05:38 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[Explain jsp scriplets and templets]]></category>
		<category><![CDATA[Jsp scrip lets]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=416</guid>
		<description><![CDATA[According to Jsp&#8217;s Specification Scrip lets can be provided as part of Jsp&#8217;s in various languages but most of the servers like tomcat weblogic etc supports java language only for the implementation of scrip lets. The Scriplet code available in the Jsp page will be executed in the Server The Scriplets get executed in the [...]]]></description>
			<content:encoded><![CDATA[<p>According to Jsp&#8217;s Specification<strong><em> Scrip lets</em></strong> can be provided as part of Jsp&#8217;s in various languages but most of the servers like tomcat weblogic etc supports java language only for the implementation of scrip lets. The Scriplet code available in the Jsp page will be executed in the Server</p>
<p>The Scriplets get executed in the servler</p>
<div id="attachment_418" class="wp-caption alignnone" style="width: 350px"><a href="http://www.bestjavainterviewquestions.com/wp-content/uploads/2008/10/jspelement2.gif"><img class="size-medium wp-image-418" title="jspelement2" src="http://www.bestjavainterviewquestions.com/wp-content/uploads/2008/10/jspelement2-300x234.gif" alt=" Jsp Scriptlets and Templates" width="340" height="234" /></a><p class="wp-caption-text"> Jsp Scriptlets and Templates</p></div>
<p><em><strong>Jsp templets</strong></em> consists of html code which as it is goes to browser where as the <em><strong>scrip lets</strong></em> consists of java code which will interpret and shows the output on the browser</p>
<p>When the Jsp is executed the template text provided in the Jsp will be passed as it is to the client</p>
<p>The Java code is not placed in the template text because it will give the same result</p>
<p>The  Jsp Compiler (JSPC) places the java code provided in the <em>Scrip lets as part of _Jspservices</em></p>
<p>As part of the Tomcat the Jsp Compiler is called as the <em><strong>JASPER</strong></em></p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.bestjavainterviewquestions.com/explain-interfacedefine/" title="Explain Interface?Define "><img src="Array" alt="Explain Interface?Define " /></a></li><li><a href="http://www.bestjavainterviewquestions.com/define-session-id/" title="Define Session ID"><img src="Array" alt="Define Session ID" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/file-uploading-using-servlet/" title="File Uploading Using Servlet"><img src="Array" alt="File Uploading Using Servlet" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/what-are-the-elements-of-jsp/" title="What are the elements of JSP"><img src="Array" alt="What are the elements of JSP" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/using-serialization/" title="Using Serialization "><img src="Array" alt="Using Serialization " /></a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/jsp-scriplets-and-templets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
