<?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; Define creating and extracting of jar</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/java-interview-questions/define-creating-and-extracting-of-jar/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 Jar,War,Ear file</title>
		<link>http://www.bestjavainterviewquestions.com/define-jarwarear-file/</link>
		<comments>http://www.bestjavainterviewquestions.com/define-jarwarear-file/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 19:04:02 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[Define creating and extracting of jar]]></category>
		<category><![CDATA[ear]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=578</guid>
		<description><![CDATA[Q) What is EAR file Rep) Enterprise Archive file. A JAR archive that contains a J2EE application. Q) What is JAR file Rep) Java Archive file it contains a J2EE application. You can create a JAR file using the command jar cf XYZ.jar *.class *.gif if will compress all the .class files and the related [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Q) What is EAR file</strong></p>
<p><strong>Rep) </strong>Enterprise Archive file. A JAR archive that contains a<br />
J2EE application.</p>
<p><strong>Q) What is JAR file</strong></p>
<p><strong>Rep)</strong> Java Archive file it contains a J2EE application.</p>
<p>You can create a JAR file using the command</p>
<p><em>jar cf XYZ.jar *.class *.gif</em></p>
<p>if will compress all the .class files and the related gif files to the one file called jar</p>
<p>You can extract the JAR file using the command</p>
<p><em>jar xf XYZ.jar</em></p>
<p>Updating the existing JAR file</p>
<p><em>jar -uf XYZ.jar file1.class</em></p>
<p><strong>Q) What is WAR file</strong></p>
<p><strong>Rep)</strong> Enterprise Archive file. A JAR archive that contains a<br />
J2EE application.</p>
<p>You can create a <strong>WAR </strong>file using the command</p>
<p><em>jar -cfv XYZ.war</em></p>
<p>You can extract a <strong>WAR </strong>file using the command</p>
<p><em>jar -xfv XYZ.war</em></p>
<h2  class="related_post_title">Related Post</h2><ul class="related_post"><li><a href="http://www.bestjavainterviewquestions.com/define-earjar-and-war/" title="Define Ear,jar and war"><img src="Array" alt="Define Ear,jar and war" /></a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/define-jarwarear-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
