<?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; Difference between #include and import statements</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/difference-between-include-and-import-statements/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>Difference between #include and Import</title>
		<link>http://www.bestjavainterviewquestions.com/difference-between-include-and-import/</link>
		<comments>http://www.bestjavainterviewquestions.com/difference-between-include-and-import/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 15:53:23 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[Difference between #include and import statements]]></category>
		<category><![CDATA[difference between include and import]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=345</guid>
		<description><![CDATA[Q) what is difference between # include and import ? A) #include makes the C/C++ compiler to physically copy the entire header file code into the &#8216;Cor C++&#8217; programs, Thus the program size will increase unnecessarily and hence it takes more memory and memory processor time. Where as import statment makes the JVM to go [...]]]></description>
			<content:encoded><![CDATA[<p>Q) what is difference between # include and import ?</p>
<p>A) #include makes the C/C++ compiler to physically copy the entire header file code into the &#8216;Cor C++&#8217; programs, Thus the program size will increase unnecessarily and hence it takes more memory and memory processor time.</p>
<p>Where as import statment makes the JVM to go to Java Library, execute the code there and substitute the result into the Java program &#8220;Here no code is copied&#8221;.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li><a href="http://www.bestjavainterviewquestions.com/what-is-unicode-system/" title="What is unicode System"><img src="Array" alt="What is unicode System" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/jsp-standard-questions/" title="JSP Standard Questions"><img src="Array" alt="JSP Standard Questions" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/stored-procedures-for-beginners/" title="Stored Procedures for Beginners"><img src="Array" alt="Stored Procedures for Beginners" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/goto-statement-in-java/" title="GoTo statement in Java"><img src="Array" alt="GoTo statement in Java" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/hibernate-introduction/" title="Hibernate Introduction"><img src="Array" alt="Hibernate Introduction" /></a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/difference-between-include-and-import/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
