<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; 4036</title>
	<atom:link href="http://www.technicalinterview.info/category/4036/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Java Packages Interview Questions</title>
		<link>http://www.technicalinterview.info/java-packages-interview-questions/</link>
		<comments>http://www.technicalinterview.info/java-packages-interview-questions/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 01:19:37 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[4036]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/java-packages-interview-questions/</guid>
		<description><![CDATA[Do I need to import java.lang package any time? Why?No. It is by default loaded internally by the JVM. The java.lang package is always imported by default.
Can I import same package/class twice? Will the JVM load the package twice at runtime?
One can import the same package or same class multiple times. Neither compiler nor JVM [...]]]></description>
			<content:encoded><![CDATA[<p>Do I need to import java.lang package any time? Why?No. It is by default loaded internally by the JVM. The java.lang package is always imported by default.<br />
Can I import same package/class twice? Will the JVM load the package twice at runtime?<br />
One can import the same package or same class multiple times. Neither compiler nor JVM [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/java-packages-interview-questions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
