<?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; class</title>
	<atom:link href="http://www.scjp-certification.com/tag/class/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 the class level security?</title>
		<link>http://www.scjp-certification.com/what-is-the-class-level-security.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-class-level-security.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 12:01:48 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[SCBCD]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class level security]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=646</guid>
		<description><![CDATA[A class-level security is one in which a caller can call any method of any instance of a class. The...]]></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-class-level-security.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-class-level-security.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A class-level security is one in which a caller can call any method of any instance of a class. The declarative security is a class-level security. It is different from an instance-level security in which a caller is allowed to call methods of only a particular instance of a class. Programmatic security is an instance-level security.</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-class-level-security.html&amp;title=What%20is%20the%20class%20level%20security%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-class-level-security.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the methods of the LinkedList class?</title>
		<link>http://www.scjp-certification.com/what-are-the-methods-of-the-linkedlist-class.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-methods-of-the-linkedlist-class.html#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:33:16 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[addfirst]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[getfirst]]></category>
		<category><![CDATA[linked list]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=518</guid>
		<description><![CDATA[The LinkedList class defines the following methods for manipulating lists. These are as follows: void addFirst(E obj): This method inserts...]]></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-of-the-linkedlist-class.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-methods-of-the-linkedlist-class.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>The LinkedList class defines the following methods for manipulating lists. These are as follows:</p>
<p><strong>void addFirst(E obj): </strong>This method inserts an element at the beginning of the list.<br />
<strong>void addLast(E obj): </strong>This method inserts an element at the end of a list<br />
<strong</strong>>E getFirst():</strong> This method is used to retrieve the first element from the list.<br />
<strong>E getLast(): </strong>This method retrieves the last element from the list.<br />
<strong>E removeFirst(): </strong>This removes the first element from the list.<br />
<strong>E removeLast():</strong> This method removes the last element from the list.<br />
Here, obj specifies the item.</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-of-the-linkedlist-class.html&amp;title=What%20are%20the%20methods%20of%20the%20LinkedList%20class%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-of-the-linkedlist-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the conventions for writing constructors?</title>
		<link>http://www.scjp-certification.com/what-are-the-conventions-for-writing-constructors.html</link>
		<comments>http://www.scjp-certification.com/what-are-the-conventions-for-writing-constructors.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:45:36 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[exam guide]]></category>
		<category><![CDATA[strictf]]></category>
		<category><![CDATA[study guide]]></category>
		<category><![CDATA[synchronized]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=457</guid>
		<description><![CDATA[A constructor provides a convenient way to initialize a newly created object at the time of its creation. It is...]]></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-conventions-for-writing-constructors.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-are-the-conventions-for-writing-constructors.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A constructor provides a convenient way to initialize a newly created object at the time of its creation. It is defined for a class and it is called automatically immediately after the creation of a new object, but before the new operator completes. All Although constructors look the same as methods, they are written by using the following conventions:
<ol>
<li>A constructor is always given the name of the class in which it is defined.</li>
<li>A constructor is always written without an explicit return type, not even void. This is because the implicit return type of a class constructor is the class itself.</li>
<li> Only accessibility modifiers can be used to declared a constructor. Unlike methods, a constructor cannot be declared as abstract, static, final, native, strictfp, or synchronized.</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-conventions-for-writing-constructors.html&amp;title=What%20are%20the%20conventions%20for%20writing%20constructors%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-conventions-for-writing-constructors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is fileInputStream class?</title>
		<link>http://www.scjp-certification.com/what-is-fileinputstream-class.html</link>
		<comments>http://www.scjp-certification.com/what-is-fileinputstream-class.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:39:02 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[FileInputStream]]></category>
		<category><![CDATA[input operations]]></category>
		<category><![CDATA[sequential manner]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=340</guid>
		<description><![CDATA[The FileInputStream class is used to is used to read binary data from a file. It is used to perform...]]></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-fileinputstream-class.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-fileinputstream-class.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The FileInputStream class is used to is used to read binary data from a file. It is used to perform simple file input operations. It reads data in a sequential manner, but can skip a region of data as per requirement. It generally reads data in a sequential manner, but can skip a region of data as per requirement. FileInputStream class can be instantiated by using any of the following three constructors:
<li> FileInputStream (String <i> name</i>)</li>
<li> FileInputStream (File <i> file</i>)</li>
<li> FileInputStream (FileDescriptor <i> fdObject</i>)</li>
<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-fileinputstream-class.html&amp;title=What%20is%20fileInputStream%20class%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-fileinputstream-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to declare a package?</title>
		<link>http://www.scjp-certification.com/how-to-declare-a-package.html</link>
		<comments>http://www.scjp-certification.com/how-to-declare-a-package.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:01:53 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=321</guid>
		<description><![CDATA[The package statement is used to declare packages. The word package is a keyword in Java. This statement is not...]]></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%2Fhow-to-declare-a-package.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fhow-to-declare-a-package.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The package statement is used to declare packages. The word package is a keyword in Java. This statement is not technically needed to write a complete Java program. However, if it appears, it must be the first executable statement in the program. Only comments or white spaces are allowed before a package statement. There can be only one package declaration in a program. If no package declaration appears, the class will belong to the default package. </p>
<p>For example, the following source code file defines a class named ClassA in the package named package4: </p>
<p>package package4;</p>
<p>public class ClassA{<br />
{<br />
// body code<br />
}</p>
<p>This source file will be saved with the name ClassA.java in the directory named package4.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.scjp-certification.com%2Fhow-to-declare-a-package.html&amp;title=How%20to%20declare%20a%20package%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/how-to-declare-a-package.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a static method?</title>
		<link>http://www.scjp-certification.com/what-is-a-static-method.html</link>
		<comments>http://www.scjp-certification.com/what-is-a-static-method.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:15:45 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[super]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=318</guid>
		<description><![CDATA[Static methods are those methods that are declared with the keyword static as modifier are called static methods or class...]]></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-a-static-method.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-a-static-method.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Static methods are those methods that are declared with the keyword static as modifier are called static methods or class methods. It affects a class as a whole, not a particular instance of the class. These methods are always invoked without reference to a particular instance of a class. The static method suffers from the following restrictions:
<ol>
<li>A static method can only call other static methods.</li>
<li>A static method must only access static data.</li>
<li>A static method cannot reference to the current object using keywords super or this.</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-a-static-method.html&amp;title=What%20is%20a%20static%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-a-static-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an abstract class?</title>
		<link>http://www.scjp-certification.com/what-is-an-abstract-class.html</link>
		<comments>http://www.scjp-certification.com/what-is-an-abstract-class.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 12:28:56 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[objects]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=298</guid>
		<description><![CDATA[An abstract class is a class that is partially implemented. It provides design convenience. An abstract class consists of one...]]></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-abstract-class.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-an-abstract-class.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>An abstract class is a class that is partially implemented. It provides design convenience. An abstract class consists of one or more abstract methods that are declared but left unimplemented. It is the responsibility of subclasses that extend an abstract class to implement the unimplemented part of the abstract class. As the implementation of an abstract class is not complete, it is not possible to directly create objects of an abstract class. </p>
<p>A class containing one or more abstract methods must be declared as abstract. However, a class can also be declared as abstract even if it has no abstract methods. An abstract class may also have non-abstract methods.</p>
<p>Note: The final and abstract class modifiers are not used in combination.</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-abstract-class.html&amp;title=What%20is%20an%20abstract%20class%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-abstract-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a ClassCastException?</title>
		<link>http://www.scjp-certification.com/what-is-a-classcastexception.html</link>
		<comments>http://www.scjp-certification.com/what-is-a-classcastexception.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:23:04 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Classcast exception]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[runtimeexception class]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=288</guid>
		<description><![CDATA[A ClassCastException is thrown when an attempt is made to cast an object, which is not of the appropriate run-time...]]></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-a-classcastexception.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-a-classcastexception.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A ClassCastException is thrown when an attempt is made to cast an object, which is not of the appropriate run-time type. It extends from the RuntimeException class.  For example:</p>
<p>Object Cst = new Vector();<br />
String s = (String) Cst;</p>
<p>Following are the two kinds of constructors for ClassCastException:<br />
ClassCastException()</p>
<p>It will construct a ClassCastException without any detailed message.<br />
ClassCastException(String str) </p>
<p>It will construct a ClassCastException with the specified detailed message. </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-a-classcastexception.html&amp;title=What%20is%20a%20ClassCastException%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-a-classcastexception.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the BufferedReader and BufferedWriter class?</title>
		<link>http://www.scjp-certification.com/what-is-the-bufferedreader-and-bufferedwriter-class.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-bufferedreader-and-bufferedwriter-class.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:46:24 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[bufferedreader]]></category>
		<category><![CDATA[bufferedwriter class]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[readLine()]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=285</guid>
		<description><![CDATA[BufferedReader: The BufferedReader class extends from the reader class. Its key constructor arguments are Reader. This class is used for...]]></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-bufferedreader-and-bufferedwriter-class.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-bufferedreader-and-bufferedwriter-class.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>BufferedReader:</strong> The BufferedReader class extends from the reader class. Its key constructor arguments are Reader.<br />
This class is used for fast reading operations of texts from a character-input stream. It can be used to read single characters, arrays, and lines of data. The size of buffer may or may not be specified. The readLine() method of the BufferedReader class can be used to get the next line of characters from a file, and the skip(long n) method can be used to skip n number of characters.</p>
<p><strong>BufferedWriter:</strong> The BufferedWrite class extends from the writer class. This class is used for fast writing operations of texts to a character-output stream. It can be used to write single characters, arrays, and strings of data. The size of buffer may or may not be specified. The BufferedWriter class has the newLine() method that is used to create platform-specific line separators, as some platforms do not support the new line character (&#8216;\n&#8217;) to terminate lines.   </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-bufferedreader-and-bufferedwriter-class.html&amp;title=What%20is%20the%20BufferedReader%20and%20BufferedWriter%20class%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-bufferedreader-and-bufferedwriter-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Locale class?</title>
		<link>http://www.scjp-certification.com/what-is-the-locale-class.html</link>
		<comments>http://www.scjp-certification.com/what-is-the-locale-class.html#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:58:16 +0000</pubDate>
		<dc:creator>Daisy Williams</dc:creator>
				<category><![CDATA[Java Facts]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructors]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[locale]]></category>

		<guid isPermaLink="false">http://www.scjp-certification.com/?p=169</guid>
		<description><![CDATA[The Locale class is used to provide a number of convenient constants that are used to create Locale objects for...]]></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-locale-class.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.scjp-certification.com%2Fwhat-is-the-locale-class.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The Locale class is used to provide a number of convenient constants that are used to create Locale objects for commonly used locales. It is a mechanism for identifying objects, not a container for the objects themselves. The Locale class is used to represent an object that describes a geographical, cultural, or political region. This class is particularly useful for internationalization. Each region has different formats to present the date, time, and numbers. The Locale class is used to present these formats. The Locale class has the following constructors:
<ul>
<li><strong>Locale(String language)</strong><br />
This constructor builds a locale object to represent a language specific to a region.</li>
</ul>
<ul>
<li><strong>Locale(String language, String country)</strong><br />
This constructor builds a locale object to represent a language specific to a country.</li>
</ul>
<ul>
<li><strong>Locale(String language, String country, String var)</strong> This constructor builds a locale object to represent a language specific to a country. The argument var provides the information about the specific vendor or the browser.</li>
</ul>
<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-locale-class.html&amp;title=What%20is%20the%20Locale%20class%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-locale-class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

