<?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>SCJP Certification &#187; SCWCD</title>
	<atom:link href="http://www.scjp-certification.com/category/scwcd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scjp-certification.com</link>
	<description>Sun Certified Java Programmer Certification exam essentials</description>
	<lastBuildDate>Fri, 30 Sep 2011 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is a method expression?</title>
		<link>http://www.scjp-certification.com/what-is-the-jspattribute-action.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-jspattribute-action.html#comments</comments>
		<pubDate>Fri, 10 Dec 2010 09:24:05 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=829</guid>
		<description><![CDATA[A method expression is used to invoke an arbitrary public method. The method expressions differ from functions in the following...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-jspattribute-action.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-jspattribute-action.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A method expression is used to invoke an arbitrary public method. The method expressions differ from functions in the following ways: </p>
<p><TABLE BORDER=1 CELLSPACING="2" CELLPADDING="2"><TR> <TH>Function</TH> <TH>Method Expression</TH></TR><TR>
<td>A function refers to static methods that return a value.</td>
<td>A method expression refers to non-static, arbitrary public methods on objects.</td>
</tr>
<tr>
<td>It is identified statically at translation time.</td>
<td>It is identified statically at run time.</td>
</tr>
<tr>
<td>The parameters and invocations of functions are specified as part of an EL expression.</td>
<td>The invocation of a method expression is specified in the tag attribute definition of the attribute.</td>
</tr>
</table>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-jspattribute-action.html&amp;title=What%20is%20a%20method%20expression%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-jspattribute-action.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the functions of transfer object?</title>
		<link>http://www.scjp-certification.com/what-are-the-functions-of-transfer-object.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-functions-of-transfer-object.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 08:53:19 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=860</guid>
		<description><![CDATA[The functions of a Transfer Object are as follows: It reduces network traffic by aggregating fine-grained remote objects and representing...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-transfer-object.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-transfer-object.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The functions of a Transfer Object are as follows:
<ol>
<li>It reduces network traffic by aggregating fine-grained remote objects and representing them as a single call. </li>
<li>It reduces coupling between the tiers. </li>
<li>It reduces code duplication. </li>
<li>It carries multiple data elements across a tier. </li>
<li>It is used to transport data from an enterprise bean to its client. </li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-transfer-object.html&amp;title=What%20are%20the%20functions%20of%20transfer%20object%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-are-the-functions-of-transfer-object.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the functions of business delegate?</title>
		<link>http://www.scjp-certification.com/what-are-the-functions-of-business-delegate.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-functions-of-business-delegate.html#comments</comments>
		<pubDate>Wed, 01 Dec 2010 07:56:48 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[cx-310-083]]></category>
		<category><![CDATA[CX-310-091]]></category>
		<category><![CDATA[oracle certification]]></category>
		<category><![CDATA[ORACLE SCWCD]]></category>
		<category><![CDATA[SCBCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=858</guid>
		<description><![CDATA[The functions of a Business Delegate are as follows: It hides the implementation details of a business service, such as...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-business-delegate.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-business-delegate.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The functions of a Business Delegate are as follows:
<ol>
<li>It hides the implementation details of a business service, such as lookup and access mechanisms.</li>
<li>It provides loose coupling between client and system&#8217;s business services. </li>
<li>It provides control and protection for the business service.</li>
<li>It acts as a proxy for the client to implement the remote service&#8217;s interface. </li>
<li>It throws application level exceptions and, if needed, caches results locally.</li>
<li>It receives a request from a controller, translates it, and forwards it to the business service.</li>
<li>It receives a response back from the business service, translates it, and forwards it to the controller.</li>
</ol>
<p><!-- raj: you have not provided the reference below atu: Corrected-->  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-functions-of-business-delegate.html&amp;title=What%20are%20the%20functions%20of%20business%20delegate%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-are-the-functions-of-business-delegate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an intercepting filter?</title>
		<link>http://www.scjp-certification.com/what-is-an-intercepting-filter.html</link>
		<comments>http://www.scjp-certification.com/what-is-an-intercepting-filter.html#comments</comments>
		<pubDate>Tue, 30 Nov 2010 07:56:08 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=856</guid>
		<description><![CDATA[An intercepting filter is a pluggable component that is used to modify incoming requests from a client to a servlet...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-an-intercepting-filter.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-an-intercepting-filter.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>An intercepting filter is a pluggable component that is used to modify incoming requests from a client to a servlet and send the response back to the client. Many filters can be chained together, so that the output of one filter becomes an input for the next filter. The filter life cycle is controlled by the container. They are added and removed by configuring tags in the deployment descriptor.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-an-intercepting-filter.html&amp;title=What%20is%20an%20intercepting%20filter%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-an-intercepting-filter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the encodeRedirectURL() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-encoderedirecturl-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-encoderedirecturl-method.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 04:00:22 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[310-083]]></category>
		<category><![CDATA[cx-310-083]]></category>
		<category><![CDATA[ORACLE SCWCD]]></category>
		<category><![CDATA[scwcd exam]]></category>
		<category><![CDATA[scwcd pdf]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=837</guid>
		<description><![CDATA[encodeRedirectURL public java.lang.String encodeRedirectURL(java.lang.String url) This method encodes the specified URL for use in the sendRedirect method or, if encoding...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encoderedirecturl-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encoderedirecturl-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>encodeRedirectURL</strong></p>
<p><strong>public java.lang.String encodeRedirectURL(java.lang.String url)</strong></p>
<p>This method encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged. The implementation of this method includes the logic to determine whether the session ID needs to be encoded in the URL. Because the rules for making this determination can differ from those used to decide whether to encode a normal link, this method is seperate from the encodeURL method. </p>
<p>All URLs sent to the HttpServletResponse.sendRedirect method should be run through this method. Otherwise, URL rewriting cannot be used with browsers which do not support cookies.</p>
<p>Here, url &#8211; the url to be encoded and it returns the encoded URL if encoding is needed; the unchanged URL otherwise.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encoderedirecturl-method.html&amp;title=What%20is%20the%20encodeRedirectURL%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-encoderedirecturl-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the encodeURL() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-encodeurl-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-encodeurl-method.html#comments</comments>
		<pubDate>Thu, 18 Nov 2010 04:00:33 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[oracle cx-310-083]]></category>
		<category><![CDATA[scwcd exam]]></category>
		<category><![CDATA[scwcd pdf]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=839</guid>
		<description><![CDATA[encodeURL public java.lang.String encodeURL(java.lang.String url) This method encodes the specified URL by including the session ID in it, or, if...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encodeurl-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encodeurl-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>encodeURL</strong></p>
<p><strong>public java.lang.String encodeURL(java.lang.String url)</strong></p>
<p>This method encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. The implementation of this method includes the logic to determine whether the session ID needs to be encoded in the URL. For example, if the browser supports cookies, or session tracking is turned off, URL encoding is unnecessary. </p>
<p>For robust session tracking, all URLs emitted by a servlet should be run through this method. Otherwise, URL rewriting cannot be used with browsers which do not support cookies.</p>
<p>Here, url &#8211; the url to be encoded and it returns the encoded URL if encoding is needed; the unchanged URL otherwise.   </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-encodeurl-method.html&amp;title=What%20is%20the%20encodeURL%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-encodeurl-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the sendRedirect() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-sendredirect-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-sendredirect-method.html#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:00:42 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[oracle cx-310-083]]></category>
		<category><![CDATA[ORACLE SCWCD]]></category>
		<category><![CDATA[scwcd exam]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=841</guid>
		<description><![CDATA[sendRedirect public void sendRedirect(java.lang.String location)throws java.io.IOException This method sends a temporary redirect response to the client using the specified redirect...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-sendredirect-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-sendredirect-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>sendRedirect</strong></p>
<p><strong>public void sendRedirect(java.lang.String location)throws java.io.IOException</strong></p>
<p>This method sends a temporary redirect response to the client using the specified redirect location URL. This method can accept relative URLs; the servlet container must convert the relative URL to an absolute URL before sending the response to the client. If the location is relative without a leading &#8216;/&#8217; the container interprets it as relative to the current request URI. If the location is relative with a leading &#8216;/&#8217; the container interprets it as relative to the servlet container root.<br />
If the response has already been committed, this method throws an IllegalStateException. After using this method, the response should be considered to be committed and should not be written to.</p>
<p>Here, location is the redirect location URL and it throws java.io.IOException. If an input or output exception occurs<br />
IllegalStateException &#8211; If the response was committed. </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-sendredirect-method.html&amp;title=What%20is%20the%20sendRedirect%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-sendredirect-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the form based authentication technique?</title>
		<link>http://www.scjp-certification.com/what-is-the-form-based-authentication-technique.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-form-based-authentication-technique.html#comments</comments>
		<pubDate>Sat, 29 May 2010 10:12:31 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=727</guid>
		<description><![CDATA[The Form-based authentication is a type of authentication mechanism. It allows the developer to control the look and feel of...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-form-based-authentication-technique.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-form-based-authentication-technique.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Form-based authentication is a type of authentication mechanism. It allows the developer to control the look and feel of the login authentication screens by customizing the login screen and error pages that an HTTP browser presents to the end user. The following actions occur when form-based authentication is declared:
<ol>
<li>A client requests for accessing a protected resource.</li>
<li>If the client is unauthenticated, the server redirects the client to a login page.</li>
<li>The client submits the login form to the server.</li>
<li>The server attempts to authenticate the user.</li>
<li>If authentication succeeds, the authenticated userâ€™s principal is checked to ensure it is in a role that is authorized to access the resource. If the user is authorized, the server redirects the client to the resource using the stored URL path.</li>
<li>If authentication fails, the client is forwarded or redirected to an error page.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-form-based-authentication-technique.html&amp;title=What%20is%20the%20form%20based%20authentication%20technique%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-form-based-authentication-technique.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the doTrace() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-dotrace-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-dotrace-method.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:35:43 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[doTrace()]]></category>
		<category><![CDATA[free questions]]></category>
		<category><![CDATA[mock test]]></category>
		<category><![CDATA[scx310-083]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=665</guid>
		<description><![CDATA[The doTrace() method allows a servlet to handle a TRACE request. It is called by the server via the service...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dotrace-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dotrace-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The doTrace() method allows a servlet to handle a TRACE request. It is called by the server via the service method. If the headers sent with the TRACE request, a TRACE is always returned to the client, so that they can be used in debugging. There&#8217;s no need to override this method. The following is the general format of the doTrace() method: </p>
<p>protected void doTrace(HttpServletRequest rq1, HttpServletResponse rsp1) throws ServletException, java.io.IOException </p>
<p>Here the parameter, rq1 is the HttpServletRequest object that contains the request the client made to the servlet. The parameter rsp1 is the HttpServletResponse object that contains the response the servlet returns to the client. This method will throw java.io.IOException if an input or output error occurs while the servlet is handling the TRACE request. If the request for the TRACE cannot be handled, it will throw the ServletException exception.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dotrace-method.html&amp;title=What%20is%20the%20doTrace%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-dotrace-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the doOptions() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-dooptions-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-dooptions-method.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:35:41 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[certification prep]]></category>
		<category><![CDATA[cx310-083]]></category>
		<category><![CDATA[free questions]]></category>
		<category><![CDATA[mock test]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=663</guid>
		<description><![CDATA[The doOptions() method is called by the server via the service method. It allows a servlet to handle a OPTIONS...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dooptions-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dooptions-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The doOptions() method is called by the server via the service method. It allows a servlet to handle a OPTIONS request. The OPTIONS request determines which HTTP methods the server supports and returns an appropriate header. The following is the general form of this method: </p>
<p>protected void doOptions(HttpServletRequest rq1, HttpServletResponse rsp1)<br />
throws ServletException, java.io.IOException </p>
<p>Here, the parameter rq1 is the HttpServletRequest object that contains the request the client made of the servlet. The rsp1 is the HttpServletResponse object that contains the response the servlet returns to the client. If an input or output error occurs while the servlet is handling the OPTIONS request, it throws java.io.IOException. If the request for the OPTIONS cannot be handled, the ServletException exception is thrown.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dooptions-method.html&amp;title=What%20is%20the%20doOptions%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-dooptions-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the getLastModified() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-getlastmodified-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-getlastmodified-method.html#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:35:36 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[cx310-083]]></category>
		<category><![CDATA[free questions]]></category>
		<category><![CDATA[httpservletrequest]]></category>
		<category><![CDATA[mock text]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=661</guid>
		<description><![CDATA[The getLastModified() method is used to return the time the HttpServletRequest object was last modified, in milliseconds since midnight January...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-getlastmodified-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-getlastmodified-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The getLastModified() method is used to return the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT. This method returns a negative number if the time is unknown. This method will be overriden by those Servlets that support HTTP GET requests and can quickly determine their last modification time. This method allows the browser and proxy caches work more effectively, reducing the load on server and network resources. The following is the general form of the method: </p>
<p>protected long getLastModified(HttpServletRequest rq1) </p>
<p>Here, the parameter rq1 is the HttpServletRequest object that is sent to the servlet. This method returns a long integer specifying the time the HttpServletRequest object was last modified.  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-getlastmodified-method.html&amp;title=What%20is%20the%20getLastModified%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-getlastmodified-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the doDelet() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-dodelet-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-dodelet-method.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:35:33 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[cx310-083]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[free questions]]></category>
		<category><![CDATA[mock test]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=659</guid>
		<description><![CDATA[The doDelete() method allows a servlet to handle a DELETE request. It is called by the server via the service...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dodelet-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dodelet-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The doDelete() method allows a servlet to handle a DELETE request. It is called by the server via the service method. This method belongs to the HttpServlet class. The DELETE operation allows a client to remove a document or Web page from the server. This method does not need to be either safe or idempotent. Those operations that are required by DELETE can have side effects for which the users can be held accountable. It may be useful to save a copy of the affected URL in the temporary storage, while using this method. The doDelete() method returns an HTTP &#8220;Bad Request&#8221; message, if the HTTP DELETE request is incorrectly formatted. The following is the general format of this method: </p>
<p>protected void doDelete(HttpServletRequest rq1, HttpServletResponse rsp1) throws ServletException, java.io.IOException </p>
<p>Here, the parameter rq1 represents the HttpServletRequest object that contains the request the client made of the servlet. The parameter rsp1 represents the HttpServletResponse object that contains the response the servlet returns to the client. It will throw java.io.IOException if an input or output error occurs while the servlet is handling the DELETE request. It will throw ServletException if the request for the DELETE cannot be handled.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-dodelet-method.html&amp;title=What%20is%20the%20doDelet%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-dodelet-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the doPut() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-doput-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-doput-method.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:35:47 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[cx310-083]]></category>
		<category><![CDATA[httpservletrequest]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=657</guid>
		<description><![CDATA[The doPut() method allows a servlet to handle a PUT request. It is called by the server via the service...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-doput-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-doput-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The doPut() method allows a servlet to handle a PUT request. It is called by the server via the service method. This method belongs to the HttpServlet class. The PUT operation allows a client to place a file on the server and is similar to sending a file by FTP. This method does not need to be either safe or idempotent. Those operations that are performed by the doPut() method can have side effects for which the user can be held accountable. While using this method, it is useful to save a copy of the affected URL in the temporary storage. This method returns an HTTP &#8220;Bad Request&#8221; message if the HTTP PUT request is incorrectly formatted. The following is the general format of this method: </p>
<p>protected void doPut(HttpServletRequest rq1, HttpServletResponse rsp1) throws ServletException, java.io.IOException </p>
<p>Here, the parameter rq1 represents the HttpServletRequest object that contains the request the client made of the servlet. The parameter rsp1 represents the HttpServletResponse object that contains the response the servlet returns to the client. This method will throw the java.io.IOException if an input or output error occurs while the servlet is handling the PUT request. It will throw the ServletException if the request for the PUT request cannot be handled.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-doput-method.html&amp;title=What%20is%20the%20doPut%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-doput-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between the GET and POST method?</title>
		<link>http://www.scjp-certification.com/what-is-the-difference-between-the-get-and-post-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-difference-between-the-get-and-post-method.html#comments</comments>
		<pubDate>Sat, 27 Mar 2010 09:53:05 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=604</guid>
		<description><![CDATA[The following table summarizes the differences between the Get and Post requests: Get Request Post Request Get is the default...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-the-get-and-post-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-the-get-and-post-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The following table summarizes the differences between the Get and Post requests: </p>
<p><TABLE BORDER=1><TR><TH>Get Request </TH><TH>Post Request </TH> </TR><TR><TD>Get is the default HTTP method.</TD><TD>POST is not the default HTTP method.</TD></TR><TR><TD>It is triggered when the HTML<br />
<form> tag specifies a method=&#8221;GET&#8221;.</TD><TD> It is triggered when the HTML<br />
<form> tag specifies a method=&#8221;POST&#8221;.</TD></TR><TR><TD> Its target resource can be static or dynamic.</TD><TD> Its target resource can be dynamic only.</TD></TR><br />
<tr>
<td> The query string is appended as part of the URL after the &#8220;?&#8221; character.</td>
<td> The query string is passed as part of the body, at the end of the request header.</td>
</tr>
<tr>
<td> It does not have a body.</td>
<td> It has a body.</td>
</tr>
<tr>
<td> It is used for just retrieving data from a requested URL.</td>
<td>It is used to update information. </td>
</tr>
<tr>
<td>It can be bookmarked. </td>
<td>It cannot be bookmarked.</td>
</tr>
<p></TABLE>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-the-get-and-post-method.html&amp;title=What%20is%20the%20difference%20between%20the%20GET%20and%20POST%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-difference-between-the-get-and-post-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between POST request and PUT request?</title>
		<link>http://www.scjp-certification.com/what-is-the-difference-between-post-request-and-put-request.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-difference-between-post-request-and-put-request.html#comments</comments>
		<pubDate>Fri, 26 Mar 2010 10:02:48 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[HTTP method]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=613</guid>
		<description><![CDATA[The POST request is used to send the data to be processed. The PUT request is used to store a...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-post-request-and-put-request.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-post-request-and-put-request.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The POST request is used to send the data to be processed. The PUT request is used to store a resource under the request URL. The Request-URI generates the fundamental difference between the POST and PUT requests. The URI in a POST request identifies the resource that will handle the enclosed entity. The resource might be a data-accepting process, a gateway to some other protocol, or a separate entity that accepts annotations. However, the URI in a PUT request identifies the entity enclosed with the request and the user agent knows what URI is intended and the server MUST NOT attempt to apply the request to some other resource.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-difference-between-post-request-and-put-request.html&amp;title=What%20is%20the%20difference%20between%20POST%20request%20and%20PUT%20request%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-difference-between-post-request-and-put-request.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Head() method?</title>
		<link>http://www.scjp-certification.com/what-is-the-head-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-head-method.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 10:00:24 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[head() method]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=611</guid>
		<description><![CDATA[HEAD is a request method that is used when the client wants to see only the header information of a...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-head-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-head-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>HEAD is a request method that is used when the client wants to see only the header information of a response. The header information can be the content type, the content length, the date, etc. It is identical to the GET method, except that the server does not return a message-body in the response. The information contained in the HTTP headers in response to a HEAD request is identical to the information sent in response to a GET request. This allows a client to obtain the information about a resource without actually transferring the resource itself.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-head-method.html&amp;title=What%20is%20the%20Head%28%29%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-head-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the methods available in HTTP 1.1?</title>
		<link>http://www.scjp-certification.com/what-are-the-methods-available-in-http-1-1.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-methods-available-in-http-1-1.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:56:46 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=609</guid>
		<description><![CDATA[HTTP 1.1 defines eight request methods as follows: GET: It is the default request method. It retrieves the resource identified...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-methods-available-in-http-1-1.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-methods-available-in-http-1-1.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>HTTP 1.1 defines eight request methods as follows:</p>
<li><uc:hed>GET</uc:hed>: It is the default request method. It retrieves the resource identified by the request URL.</li>
<li><uc:hed>POST</uc:hed>: It is used to send the data to be processed.</li>
<li><uc:hed>HEAD</uc:hed>: It returns the headers identified by the request URL.</li>
<li><uc:hed>PUT</uc:hed>: It stores a resource under the request URL.</li>
<li><uc:hed>DELETE</uc:hed>: It removes the resource identified by the request URL.</li>
<li><uc:hed>OPTIONS</uc:hed>: It returns the HTTP methods that the server supports.</li>
<li><uc:hed>CONNECT</uc:hed>: It requests that a proxy establish a tunnel connection to a port on its behalf. </li>
<li><uc:hed>TRACE</uc:hed>: It returns the header fields sent with the TRACE request.</li>
</ol>
<p>Each of the above XXX request methods (except CONNECT) has a corresponding doXXX method in the HttpServlet class.  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-methods-available-in-http-1-1.html&amp;title=What%20are%20the%20methods%20available%20in%20HTTP%201.1%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-are-the-methods-available-in-http-1-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the GET method?</title>
		<link>http://www.scjp-certification.com/what-is-the-get-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-get-method.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:55:28 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=607</guid>
		<description><![CDATA[GET is the default method of an Http request. In this method, the request parameters are included in the URL...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-get-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-get-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>GET is the default method of an Http request. In this method, the request parameters are included in the URL along with the resource path. This method is used when it is required to get a small amount of information. The server limits the number of characters in this method. The information sent in the URL is exposed and hence cannot be used to send sensitive information such as passwords. This method is very fast and is used in cases where it is required to get a small amount of information. This method is invoked when a user clicks on a hyperlink, when a form with method=GET or with no method name is submitted, or when the query parameters are appended with the resource path.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-get-method.html&amp;title=What%20is%20the%20GET%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-get-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is jsp:output?</title>
		<link>http://www.scjp-certification.com/what-is-jspoutput.html</link>
		<comments>http://www.scjp-certification.com/what-is-jspoutput.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:57:33 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=548</guid>
		<description><![CDATA[The element is used to modify the XML declaration property of the output of a JSP document or tag file....]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-jspoutput.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-jspoutput.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The <jsp:output> element is used to modify the XML declaration property of the output of a JSP document or tag file. This action can be used only in the JSP documents and in tag files that are in XML syntax. The XML declaration property in JSP2.0 can only be modified. All attributes of the <jsp:output> are optional but some of them depend upon other attributes.  This attribute contains the following attributes:
<ol>
<li> <uc:hed> omit-xml-declaration:</uc:hed> It is used to specify a value of true or yes and omits the XML declaration.</li>
<li><uc:hed>doctype-root-element:</uc:hed> It indicates the root element of the XML document in the DOCTYPE.</li>
<li><uc:hed>doctype-system:</uc:hed> It specifies that a DOCTYPE is generated in output and gives SYSTEM literal.</li>
<li><uc:hed>doctype-public:</uc:hed> It specifies the value for the Public ID of the generated DOCTYPE. It can be specified if the doctype-system is specified.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-jspoutput.html&amp;title=What%20is%20jsp%3Aoutput%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-jspoutput.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the request destroyed method?</title>
		<link>http://www.scjp-certification.com/what-is-the-request-destroyed-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-request-destroyed-method.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 11:58:42 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=552</guid>
		<description><![CDATA[The requestDestroyed() method of the ServletRequestListener interface takes a ServletRequestEvent object and notifies that the request is about to go...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-request-destroyed-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-request-destroyed-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The requestDestroyed() method of the ServletRequestListener interface takes a ServletRequestEvent object and notifies that the request is about to go out of scope of the Web application.</p>
<p>The syntax of the requestDestroyed() method is as follows:</p>
<p><uc:stx> requestDestroyed(ServletRequestEvent sre)</uc:stx>  </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-request-destroyed-method.html&amp;title=What%20is%20the%20request%20destroyed%20method%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-is-the-request-destroyed-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the main parts of the pluggable API for resolving expressions?</title>
		<link>http://www.scjp-certification.com/what-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 11:57:54 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCWCD]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=550</guid>
		<description><![CDATA[The following are the main parts of the pluggable API for resolving expressions: ValueExpression Class: It defines a value expression....]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The following are the main parts of the pluggable API for resolving expressions:
<ol>
<li><uc:hed>ValueExpression Class:</uc:hed> It defines a value expression.</li>
<li><uc:hed>MethodExpression Class:</uc:hed> It defines a method expression.</li>
<li><uc:hed>ELResolver Class:</uc:hed> It defines a mechanism for resolving expressions.</li>
<li><uc:hed>Set of ELResolver implementations:</uc:hed> Each implementation is responsible for resolving expressions that reference a particular type of object or property</li>
<li><uc:hed>ELContext Object:</uc:hed> It saves state relating to EL resolution, holds references to EL resolvers, and contains context objects needed by the underlying technology to resolve expressions</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html&amp;title=What%20are%20the%20main%20parts%20of%20the%20pluggable%20API%20for%20resolving%20expressions%3F"><img src="http://www.scjp-certification.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.scjp-certification.com/what-are-the-main-parts-of-the-pluggable-api-for-resolving-expressions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

