<?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; What are Jsp-include and Jsp-forward</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/what-are-jsp-include-and-jsp-forward/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>Define Jsp-include and Jsp-forward</title>
		<link>http://www.bestjavainterviewquestions.com/define-jsp-include-and-jsp-forward/</link>
		<comments>http://www.bestjavainterviewquestions.com/define-jsp-include-and-jsp-forward/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:36:53 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[What are Jsp-include and Jsp-forward]]></category>
		<category><![CDATA[jsp include and forward]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=398</guid>
		<description><![CDATA[As part of Jsp Specification JavaSoft has specified the following variables. Syntax: Include   &#60;jsp:include page =”&#60;filename&#62;” /&#62; This inclusion of file is dynamic and the specified file is included in the JSP file at run-time i.e. out put of the included file is inserted into the JSP file. Forward   &#60;jsp:forward page=”&#60;filename&#62;” /&#62; This will redirect [...]]]></description>
			<content:encoded><![CDATA[<p>As part of Jsp Specification JavaSoft has specified the following variables.</p>
<p><strong>Syntax:</strong></p>
<p><em><strong> </strong><strong>Include   &lt;jsp:include page =”&lt;filename&gt;” /&gt;</strong></em></p>
<p>This inclusion of file is dynamic and the specified file is included in the JSP file at run-time i.e. out put of the included file is inserted into the JSP file.</p>
<p><em><strong> Forward   &lt;jsp:forward page=”&lt;filename&gt;” /&gt;</strong></em></p>
<p>This will redirect to the different page without notifying browser.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.bestjavainterviewquestions.com/creating-the-java-class/" title="Creating the Java Class"><img src="Array" alt="Creating the Java Class" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/java-swings-interview-questions-2/" title="Java Swings Interview Questions"><img src="Array" alt="Java Swings Interview Questions" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/mapping-files-in-hibernate/" title="Mapping Files in Hibernate"><img src="Array" alt="Mapping Files in Hibernate" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/define-implicit-variables-in-jsp/" title="Define Implicit Variables in JSP"><img src="Array" alt="Define Implicit Variables in JSP" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/life-cycle-of-thread/" title="Life Cycle of Thread"><img src="Array" alt="Life Cycle of Thread" /></a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/define-jsp-include-and-jsp-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
