<?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, 03 Feb 2012 10:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>October 5, 2008 -- <a href="http://www.bestjavainterviewquestions.com/thread-safety-of-the-servlet/" title="Thread safety of the servlet">Thread safety of the servlet</a> (0)</li><li>May 22, 2008 -- <a href="http://www.bestjavainterviewquestions.com/basic-java-interview-questions-on-lang-package/" title="Basic Java Interview Questions on lang package">Basic Java Interview Questions on lang package</a> (2)</li><li>April 7, 2009 -- <a href="http://www.bestjavainterviewquestions.com/overview-of-servlets/" title="OVERVIEW OF SERVLETS">OVERVIEW OF SERVLETS</a> (0)</li><li>September 16, 2008 -- <a href="http://www.bestjavainterviewquestions.com/converting-hibernate-with-eclipse-integration/" title="Converting Hibernate with Eclipse Integration">Converting Hibernate with Eclipse Integration</a> (0)</li><li>January 26, 2009 -- <a href="http://www.bestjavainterviewquestions.com/uploading-file-name-of-image-to-database/" title="Uploading file name or image to DataBase">Uploading file name or image to DataBase</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/difference-between-include-and-import/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

