<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Assetventures's Weblog</title>
	<atom:link href="http://assetventures.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://assetventures.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 16 Jun 2011 15:40:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='assetventures.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Assetventures's Weblog</title>
		<link>http://assetventures.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://assetventures.wordpress.com/osd.xml" title="Assetventures&#039;s Weblog" />
	<atom:link rel='hub' href='http://assetventures.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java Programming &#8211; 2</title>
		<link>http://assetventures.wordpress.com/2010/01/16/java-programming-2-3/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/java-programming-2-3/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:28:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[SCDL Assignments]]></category>
		<category><![CDATA[SCDL Papers]]></category>
		<category><![CDATA[SCDL Solved Assignment]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/java-programming-2-3</guid>
		<description><![CDATA[Java Programming &#8211; 2 LIST OF ATTEMPTED QUESTIONS AND ANSWERS Multiple Choice Single Answer Question Java&#8217;s which system allows a thread to enter a synhcronized method on an object, and then wait there until some other thread explicitly notifies it to come out :- Correct Answer Messaging Your Answer Run time Multiple Choice Multiple Answer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=712&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="post-title"> <a href="http://scdlpapers.blogspot.com/2010/01/java-programming-21.html">Java Programming &#8211; 2</a></h3>
<p>
<h3 class="post-title"> </h3>
<div class="post-body">
<div class="Section1">
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;">LIST OF ATTEMPTED QUESTIONS AND ANSWERS</span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java&#8217;s which system allows a thread to enter a synhcronized</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">method on an object, and then wait there until some other thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">explicitly notifies it to come out :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Messaging</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Run time</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Packages act as containers for :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Classes , Subordinate packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Subordinate packages , Classes</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Threads priorities are not integers that specify the relative priority</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">of one thread to another.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When java program starts up, which thread begins running</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">immediately?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Main thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Main thread</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java provides built-in support for which programming?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Multithreaded</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Multithreaded</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ is similar to break, except that instead of halting</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the execution of the loop, it starts the next iteration.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Continue</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Continue</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When can a constructor be called without specifying arguments?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer When there are no constructors for the class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer When the default constructor is not called</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Memory deallocation Garbage Collection Garbage Collection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">This Current Object Current Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Constructor Initialization object Initialization object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Parameters Method Generalized Method Generalized</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The mechanism which binds together the code and data and</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">keeps both safe is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Encapsulation</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Encapsulation</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is an instance of a class that implements the runnable</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">interface.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer threadOb</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer threadO</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Expression must be of the data types :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Byte , Short , Int</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Byte , Short , Int , Boolean</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java define eight simple types of data byte, short, int, long, char,</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">float, double, boolean.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What modifiers may be used with top-level class?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public , Abstract , Final</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public , Abstract , Final</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Syntax to declare a variable in java is :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer type identifier [=value][,identifier[=value]…]</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer type identifier [=value][,identifier[=value]…]</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ statement in java is conditional branch statement.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer If</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer If</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement used inside a set of nested loops, will only break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">out of the innermost loop?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In ________ statement condition is true, then statement 1 is</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">executed.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer If</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer If</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The source for the frist package defines three classes</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Protection , Derived , SamePackage</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Protection , Derived , SamePackage</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java compiler stores the .class files in the path specified in</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">CLASSPATH environmental variable.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Interface can be extended.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is the logical construct upon which the entire java</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">language is built.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Is it necessary to implement all the methods of an interface while</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">implementing the interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which loops can be nested in java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer While , Do-while , For</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer While , Do-while , For</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Float data type is useful when we need fractional values.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What all the run( ) method can do?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Can call other method , Declare variable</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Can call other method , Create object</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Variable in an interface are implicitly final and static.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which of the following operators are used in conjunction with the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">this and super references?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer The dot operator</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer The dot operator</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ keyword halts the execution of the current loop</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">and forces control out of the loop.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is a data structure that controls the state of a collection of</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">threads as a whole?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread group</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread group</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question By Providing the interface keyword, Java allows you to fully utilize</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the which aspect of polymorphism?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer One interface , Multiple methods</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer One interface , Multiple methods , Derived</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question For externalizable objects the ________ is solely responsible for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the external format of its contents.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Objects</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which are the java&#8217;s control statements?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer For , If , Switch</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer For , Switch , Continue</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the kinds of variables in Java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Instance, local, class variables</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Instance, local, class variables</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java Operators can be divided into these groups :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Arithmetic , Bitwise , Relational</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Arithmetic , Bitwise , Relational</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Interface Abtract method Abtract method</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Pacakge declaration Package pkg Package pkg</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Java.applet.Applet Class Applet Class Applet</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Java.applet Java.applet package Java.applet package</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is an array?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer It is value collection of same type of data type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer It is value collection of same type of data type</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Modulus operator % can be applied to these data types :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer floating Point , Integer , Character</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer floating Point , Integer</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Start( )executes a call to ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer run( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer run( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is an instance of the class.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Object</span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________method starts a threrad by calling its run method.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer start( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer start( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statements allow the program to choose different</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">paths of execution?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Selection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statements enable program execution to repeat</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">one or more statements?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Iteration</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Iteration</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The switch statement does not require a break.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In Interface we need not use the keyword abstract for the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">methods.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the Logical operators?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer OR(|) , AND(&amp;) , XOR(^)</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer OR(|) , AND(&amp;) , XOR(^)</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Byte can be Cast to Double Value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which thread is created automatically when the program is</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">started?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Main thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Main thread , Current thread</span></p>
</div>
</div>
<p>    <b><span style="font-size:10.5pt;font-family:&quot;color:black;"></span></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/712/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/712/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/712/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=712&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/java-programming-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Programming &#8211; 2</title>
		<link>http://assetventures.wordpress.com/2010/01/16/java-programming-2-2/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/java-programming-2-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:28:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[SCDL Assignments]]></category>
		<category><![CDATA[SCDL Papers]]></category>
		<category><![CDATA[SCDL Solved Assignment]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/java-programming-2-2</guid>
		<description><![CDATA[Java Programming &#8211; 2 LIST OF ATTEMPTED QUESTIONS AND ANSWERS Multiple Choice Single Answer Question Java&#8217;s which system allows a thread to enter a synhcronized method on an object, and then wait there until some other thread explicitly notifies it to come out :- Correct Answer Messaging Your Answer Run time Multiple Choice Multiple Answer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=711&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="post-title"> <a href="http://scdlpapers.blogspot.com/2010/01/java-programming-21.html">Java Programming &#8211; 2</a></h3>
<p>
<h3 class="post-title"> </h3>
<div class="post-body">
<div class="Section1">
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;">LIST OF ATTEMPTED QUESTIONS AND ANSWERS</span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java&#8217;s which system allows a thread to enter a synhcronized</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">method on an object, and then wait there until some other thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">explicitly notifies it to come out :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Messaging</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Run time</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Packages act as containers for :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Classes , Subordinate packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Subordinate packages , Classes</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Threads priorities are not integers that specify the relative priority</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">of one thread to another.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When java program starts up, which thread begins running</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">immediately?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Main thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Main thread</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java provides built-in support for which programming?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Multithreaded</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Multithreaded</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ is similar to break, except that instead of halting</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the execution of the loop, it starts the next iteration.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Continue</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Continue</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When can a constructor be called without specifying arguments?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer When there are no constructors for the class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer When the default constructor is not called</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Memory deallocation Garbage Collection Garbage Collection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">This Current Object Current Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Constructor Initialization object Initialization object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Parameters Method Generalized Method Generalized</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The mechanism which binds together the code and data and</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">keeps both safe is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Encapsulation</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Encapsulation</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is an instance of a class that implements the runnable</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">interface.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer threadOb</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer threadO</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Expression must be of the data types :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Byte , Short , Int</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Byte , Short , Int , Boolean</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java define eight simple types of data byte, short, int, long, char,</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">float, double, boolean.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What modifiers may be used with top-level class?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public , Abstract , Final</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public , Abstract , Final</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Syntax to declare a variable in java is :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer type identifier [=value][,identifier[=value]…]</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer type identifier [=value][,identifier[=value]…]</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ statement in java is conditional branch statement.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer If</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer If</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement used inside a set of nested loops, will only break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">out of the innermost loop?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In ________ statement condition is true, then statement 1 is</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">executed.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer If</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer If</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The source for the frist package defines three classes</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Protection , Derived , SamePackage</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Protection , Derived , SamePackage</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java compiler stores the .class files in the path specified in</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">CLASSPATH environmental variable.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Interface can be extended.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is the logical construct upon which the entire java</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">language is built.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Is it necessary to implement all the methods of an interface while</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">implementing the interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which loops can be nested in java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer While , Do-while , For</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer While , Do-while , For</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Float data type is useful when we need fractional values.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What all the run( ) method can do?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Can call other method , Declare variable</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Can call other method , Create object</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Variable in an interface are implicitly final and static.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which of the following operators are used in conjunction with the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">this and super references?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer The dot operator</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer The dot operator</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ keyword halts the execution of the current loop</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">and forces control out of the loop.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is a data structure that controls the state of a collection of</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">threads as a whole?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread group</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread group</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question By Providing the interface keyword, Java allows you to fully utilize</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the which aspect of polymorphism?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer One interface , Multiple methods</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer One interface , Multiple methods , Derived</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question For externalizable objects the ________ is solely responsible for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">the external format of its contents.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Objects</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which are the java&#8217;s control statements?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer For , If , Switch</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer For , Switch , Continue</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the kinds of variables in Java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Instance, local, class variables</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Instance, local, class variables</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java Operators can be divided into these groups :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Arithmetic , Bitwise , Relational</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Arithmetic , Bitwise , Relational</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Interface Abtract method Abtract method</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Pacakge declaration Package pkg Package pkg</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Java.applet.Applet Class Applet Class Applet</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Java.applet Java.applet package Java.applet package</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is an array?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer It is value collection of same type of data type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer It is value collection of same type of data type</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Modulus operator % can be applied to these data types :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer floating Point , Integer , Character</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer floating Point , Integer</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Start( )executes a call to ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer run( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer run( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ is an instance of the class.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Object</span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________method starts a threrad by calling its run method.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer start( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer start( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statements allow the program to choose different</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">paths of execution?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Selection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statements enable program execution to repeat</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">one or more statements?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Iteration</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Iteration</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The switch statement does not require a break.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In Interface we need not use the keyword abstract for the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">methods.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the Logical operators?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer OR(|) , AND(&amp;) , XOR(^)</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer OR(|) , AND(&amp;) , XOR(^)</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Byte can be Cast to Double Value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which thread is created automatically when the program is</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">started?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Main thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Main thread , Current thread</span></p>
</div>
</div>
<p>    <b><span style="font-size:10.5pt;font-family:&quot;color:black;"></span></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=711&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/java-programming-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Programming</title>
		<link>http://assetventures.wordpress.com/2010/01/16/java-programming-2/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/java-programming-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:24:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[SCDL Assignments]]></category>
		<category><![CDATA[SCDL Papers]]></category>
		<category><![CDATA[SCDL Solved Assignment]]></category>
		<category><![CDATA[SCDL SOlved Papers]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/java-programming-2</guid>
		<description><![CDATA[Java Programming LIST OF ATTEMPTED QUESTIONS AND ANSWERS True/False Question Nested if is less efficient then switch statement. Correct Answer True Your Answer True Select The Blank Question ________ are stored in hierarchical manner. Correct Answer Packages Your Answer Packages Select The Blank Question The mechanism by which java frees the memory occupied by unused [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=710&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="post-title"> <a href="http://scdlpapers.blogspot.com/2010/01/java-programming-22.html">Java Programming</a></h3>
<p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;">LIST OF ATTEMPTED QUESTIONS AND ANSWERS</span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Nested if is less efficient then switch statement.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ are stored in hierarchical manner.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Packages</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The mechanism by which java frees the memory occupied by</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">unused objects is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Garbage Collection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Garbage Collection</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When you implement an interface method, it must be declared as :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are primitive data types?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer byte, short, int, long</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer byte, short, int, long</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In While loop condition can be any Boolean expression</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Long makes it useful when big ________ numbers are needed.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Whole</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Real</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statement allow the program to execute in a</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">non-linear fashion?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Jump</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question With java Type Casts are checked at both compile-time and</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">runtime.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which of the following assignments are valid?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer short s = 28; , double d = 2.3; , int I = &#8217;1&#8242;;</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer short s = 28; , float f = 2.3;</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java defines two ways when instantiating an object, such as :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Can implement the runnable interface , Can extend the thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Can implement the runnable interface , Can extend the thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The explicit drop of an object reference by setting the value of a</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">variable, whose data type is a reference type of ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Null</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Instance</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is a string?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer A combination of characters called as string</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer A combination of characters called as string</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the programming constructs?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Sequential , Selection &#8212; if and switch statements , Iteration &#8212; for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">loop, while loop and do-while loop</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Sequential , Selection &#8212; if and switch statements , Iteration &#8212; for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">loop, while loop and do-while loop</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What can be created by instantiating an object type thread?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In ________ statement the value of the expression is compared</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">with each of the literal values in case statements.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Switch</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Switch</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question How to declare an interface example?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer access class classname implements interface.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer access interface name</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Integer can Cast to byte value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Transient variable is variable that may not be serialized.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Using which keyword we can fully abstract a class?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer interface</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ loop repeats a set of statements a certain number</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">of times until a condition is matched.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer For</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer For</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question There are ________ kinds of Floating point type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Two</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Two</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question By default, all program import the java.lang package.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What returns a reference to the thread in which it is called?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Method , Class , Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Method</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Do while loop always executes its body at least once, because its</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">conditional expression is at the bottom of the loop.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statements can be used with the java&#8217;s loop?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Jump , Continue , Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Continue , Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">start( ) thread child thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">main thread child thread main</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">NewThread this new</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">sleep( ) milliseconds milliseconds</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ are containers for classes.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Packages</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java&#8217;s multithreading system is built upon :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread class , Its methods , Companion interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The default encoding of objects supports the ________ of the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">classes.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Evolution</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Encoding</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which are the keywords use in switch statement?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Case , Default</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Case , Default</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question A Java application can execute anywhere on the network, this</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">implements that Java is :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Architecture neutral</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Distributed</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Boolean values can be cast into any other primitive type.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">It can have only one of two</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">possible values</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Boolean type Boolean type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Float hightemp, lowtemp Float variable declarations Float variable declarations</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Smallest int type Byte Byte</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Floating point numbers are</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">also known as</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Real Numbers Real Numbers</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which one does not extend java.lang.Number?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Boolean , Character</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Character</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The smallest integer type is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Byte</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Byte</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which is a public static member of thread?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer currenthread( ) , mainthread( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer mainthread( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Casting does not affect the original object or value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Anything declared ________ can be accessed from anywhere</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">within program.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which method is used to determine the class of an object?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer getClass( ) method</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer getClass( ) method</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Method definition has four parts, they are :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Name of the method , Type of object , List of parameters</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Name of the method , List of parameters</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Object oriented programming organizes a program around</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">processes acting on data.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the possible access modifiers while implementing</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">interface methods?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer public</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement defines a name space in which classes are</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">stored?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer package</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer package</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement is used to explicitly return from a method?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Return</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Return</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question There are two distinct types of multitasking. Which are those?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Process based , Thread-base</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Process based , Thread-base</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Exit statement is optional in which loops in java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer While , Do-while , For</span></p>
<p>  <span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer While , For</span><br />   <b><span style="font-family:&quot;font-size:10.5pt;color:black;"></span></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/710/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=710&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/java-programming-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Programming</title>
		<link>http://assetventures.wordpress.com/2010/01/16/java-programming/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/java-programming/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:24:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[SCDL Assignments]]></category>
		<category><![CDATA[SCDL Papers]]></category>
		<category><![CDATA[SCDL Solved Assignment]]></category>
		<category><![CDATA[SCDL SOlved Papers]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/java-programming</guid>
		<description><![CDATA[Java Programming LIST OF ATTEMPTED QUESTIONS AND ANSWERS True/False Question Nested if is less efficient then switch statement. Correct Answer True Your Answer True Select The Blank Question ________ are stored in hierarchical manner. Correct Answer Packages Your Answer Packages Select The Blank Question The mechanism by which java frees the memory occupied by unused [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=709&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="post-title"> <a href="http://scdlpapers.blogspot.com/2010/01/java-programming-22.html">Java Programming</a></h3>
<p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;">LIST OF ATTEMPTED QUESTIONS AND ANSWERS</span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:black;"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Nested if is less efficient then switch statement.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ are stored in hierarchical manner.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Packages</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The mechanism by which java frees the memory occupied by</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">unused objects is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Garbage Collection</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Garbage Collection</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question When you implement an interface method, it must be declared as :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are primitive data types?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer byte, short, int, long</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer byte, short, int, long</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In While loop condition can be any Boolean expression</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Long makes it useful when big ________ numbers are needed.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Whole</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Real</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which Control Statement allow the program to execute in a</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">non-linear fashion?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Jump</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question With java Type Casts are checked at both compile-time and</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">runtime.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which of the following assignments are valid?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer short s = 28; , double d = 2.3; , int I = &#8217;1&#8242;;</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer short s = 28; , float f = 2.3;</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java defines two ways when instantiating an object, such as :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Can implement the runnable interface , Can extend the thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">class</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Can implement the runnable interface , Can extend the thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The explicit drop of an object reference by setting the value of a</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">variable, whose data type is a reference type of ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Null</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Instance</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What is a string?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer A combination of characters called as string</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer A combination of characters called as string</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the programming constructs?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Sequential , Selection &#8212; if and switch statements , Iteration &#8212; for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">loop, while loop and do-while loop</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Sequential , Selection &#8212; if and switch statements , Iteration &#8212; for</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">loop, while loop and do-while loop</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What can be created by instantiating an object type thread?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question In ________ statement the value of the expression is compared</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">with each of the literal values in case statements.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Switch</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Switch</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question How to declare an interface example?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer access class classname implements interface.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer access interface name</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Integer can Cast to byte value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&quot;color:black;"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Transient variable is variable that may not be serialized.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Using which keyword we can fully abstract a class?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer interface</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The ________ loop repeats a set of statements a certain number</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">of times until a condition is matched.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer For</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer For</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question There are ________ kinds of Floating point type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Two</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Two</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question By default, all program import the java.lang package.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What returns a reference to the thread in which it is called?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Method , Class , Object</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Method</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Do while loop always executes its body at least once, because its</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">conditional expression is at the bottom of the loop.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statements can be used with the java&#8217;s loop?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Jump , Continue , Break</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Continue , Break</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">start( ) thread child thread</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">main thread child thread main</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">NewThread this new</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">sleep( ) milliseconds milliseconds</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question ________ are containers for classes.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Packages</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Packages</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Java&#8217;s multithreading system is built upon :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Thread class , Its methods , Companion interface</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Thread class</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The default encoding of objects supports the ________ of the</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">classes.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Evolution</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Encoding</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which are the keywords use in switch statement?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Case , Default</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Case , Default</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question A Java application can execute anywhere on the network, this</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">implements that Java is :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Architecture neutral</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Distributed</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Boolean values can be cast into any other primitive type.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer False</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Match The Following</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Correct Answer Your Answer</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">It can have only one of two</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">possible values</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Boolean type Boolean type</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Float hightemp, lowtemp Float variable declarations Float variable declarations</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Smallest int type Byte Byte</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Floating point numbers are</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">also known as</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Real Numbers Real Numbers</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which one does not extend java.lang.Number?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Boolean , Character</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Character</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question The smallest integer type is ________.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Byte</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Byte</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which is a public static member of thread?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer currenthread( ) , mainthread( )</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer mainthread( )</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Casting does not affect the original object or value.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer True</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Select The Blank</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Anything declared ________ can be accessed from anywhere</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">within program.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Public</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which method is used to determine the class of an object?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer getClass( ) method</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer getClass( ) method</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Method definition has four parts, they are :-</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Name of the method , Type of object , List of parameters</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Name of the method , List of parameters</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">True/False</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Object oriented programming organizes a program around</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">processes acting on data.</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer False</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer True</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question What are the possible access modifiers while implementing</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">interface methods?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer public</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer public</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement defines a name space in which classes are</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">stored?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer package</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer package</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Single Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Which statement is used to explicitly return from a method?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Return</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Return</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question There are two distinct types of multitasking. Which are those?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer Process based , Thread-base</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer Process based , Thread-base</span></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);"> </span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Multiple Choice Multiple Answer</span></b></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Question Exit statement is optional in which loops in java?</span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Correct Answer While , Do-while , For</span></p>
<p>  <span style="font-size:10.5pt;font-family:&quot;color:rgb(7,49,94);">Your Answer While , For</span><br />   <b><span style="font-family:&quot;font-size:10.5pt;color:black;"></span></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/709/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=709&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/java-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>
	</item>
		<item>
		<title>International Economics SCDL Assignment</title>
		<link>http://assetventures.wordpress.com/2010/01/16/international-economics-scdl-assignment/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/international-economics-scdl-assignment/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:21:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[International Economics]]></category>
		<category><![CDATA[SCDL Assignments]]></category>
		<category><![CDATA[SCDL Papers]]></category>
		<category><![CDATA[SCDL Solved Assignment]]></category>
		<category><![CDATA[SCDL SOlved Papers]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/international-economics-scdl-assignment</guid>
		<description><![CDATA[Multiple Choice Multiple AnswerQuestionObjectives of the IMFCorrect AnswerStability in the BOP , Stability in internal price level , Stability in the exchange rateYour AnswerStability in the exchange rate , Stability in the BOP , Stability in internal price level True/FalseQuestionIf production takes place at the optimum level price will be not be equal to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=708&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Multiple Choice Multiple Answer<br />Question<br />Objectives of the IMF<br />Correct Answer<br />Stability in the BOP , Stability in internal price level , Stability in the exchange rate<br />Your Answer<br />Stability in the exchange rate , Stability in the BOP , Stability in internal price level</p>
<p>True/False<br />Question<br />If production takes place at the optimum level price will be not be equal to the minimum average cost of production<br />Correct Answer<br />False<br />Your Answer<br />False</p>
<p>True/False<br />Question<br />In case of exports, agriculture has surpassed gems &amp; jewellery in terms of a higher rate of increase, though lesser in absolute figure.<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Why is it so common to give protection to infant industry?<br />Correct Answer<br />Because the new firms are weak and vulnerable , Unless the conditions are conducive , expansion in output cannot be assured , To discourage the imports<br />Your Answer<br />Because the new firms are weak and vulnerable , Unless the conditions are conducive , expansion in output cannot be assured , To discourage the imports</p>
<p>Select The Blank<br />Question<br />Current account balance is important in determining nation&#8217;s________<br />Correct Answer<br />External Investment position<br />Your Answer<br />Internal Investment position</p>
<p>True/False<br />Question<br />The reigns of policy formulation &amp; operations of the World Bank are in the hands of the Board of Directors.<br />Correct Answer<br />False<br />Your Answer<br />False</p>
<p>True/False<br />Question<br />IMF or World Bank want trading counties to follow a uniform code of classification to emphasis their importance on the world economy.<br />Correct Answer<br />False<br />Your Answer<br />False</p>
<p>Select The Blank<br />Question<br />Under perfect competition same price for ________ will prevail in the product market and price of factors of production also will be same for same varieties<br />Correct Answer<br />Identical commodities<br />Your Answer<br />Identical commodities</p>
<p>Select The Blank<br />Question<br />________ hypothesis advocates globalisation, that it accelerates the country&#8217;s growth process<br />Correct Answer<br />Convergence<br />Your Answer<br />Bhagwati</p>
<p>Multiple Choice Single Answer<br />Question<br />In case of tangency between price ration &amp; production possibility cure &#8211; post Globalisation &#8211; is achieved at a parallel but lower level, then it shows that …<br />Correct Answer<br />Production capabilities of both the goods have declined<br />Your Answer<br />The commodity prices have declined</p>
<p>Multiple Choice Single Answer<br />Question<br />Apart from the gold or foreign curreny, the quota that each country had to pay was based on ..<br />Correct Answer<br />Size of GDP<br />Your Answer<br />Size of GDP</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Balance of payment includes …<br />Correct Answer<br />Current Account , Capital Account , Reserve Movements<br />Your Answer<br />Current Account , Capital Account , Reserve Movements</p>
<p>True/False<br />Question<br />Production equilibrium is realised at the point of tangency between the production possibility curve and factor price ratio.<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>Match The Following<br />Question<br />Correct Answer<br />Your Answer<br />REGULATOR FOR INSURANCE SECTOR<br />EFFECTIVE WATCH DOG<br />EFFECTIVE WATCH DOG<br />HOLDING COMPANY &amp;FOUR SUBSIDIARIES.<br />GIC &amp; New india,united,oriental,national<br />GIC &amp; New india,united,oriental,national<br />THE POTENTIAL &amp;SCOPE WHICH IS STILL UNDER TAPPED<br />PERSONAL LINE OF INSURANCE &amp; HEALTH CARE AREA.<br />PERSONAL LINE OF INSURANCE &amp; HEALTH CARE AREA.<br />RECENT DEVELOPMENT BY GOVT OF INDIA<br />SET UP AN AGRICULTURE INSURANCE COMPANY OF INDIA.<br />SET UP AN AGRICULTURE INSURANCE COMPANY OF INDIA.</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Why is it that factor price equalization is not found frequently in countries?<br />Correct Answer<br />Presence of factor cost<br />Your Answer<br />Presence of factor cost , There is no perfect competition in the market , In absence of commodity price equalization factors cannot move towards equality</p>
<p>True/False<br />Question<br />The inception of WTO dates back to 1995<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>True/False<br />Question<br />In multiversion scheme to ensure serailizibility it is necessary that a transaction should be able to determine easily and quickly which version of the data item should be read.<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />What was the main reason for rise in price during 1970&#8242;s?<br />Correct Answer<br />rise in petroleum prices<br />Your Answer<br />rise in petroleum prices</p>
<p>Multiple Choice Single Answer<br />Question<br />Globalisation started taking root in the world economy since the<br />Correct Answer<br />Eighties<br />Your Answer<br />Seventies</p>
<p>Multiple Choice Single Answer<br />Question<br />When a particular transaction never makes progress because the data item it wants to lock is already locked and other transaction are also waiting for the same data item then it is said to be<br />Correct Answer<br />Starvation<br />Your Answer<br />Alive Lock</p>
<p>True/False<br />Question<br />Wait-die scheme is based on preemptive technique.<br />Correct Answer<br />False<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />According to the Absolute advantage theory why will there be any kind of difference in cost of the same product in two countries?<br />Correct Answer<br />Due to productivity<br />Your Answer<br />Lack of technology</p>
<p>Multiple Choice Multiple Answer<br />Question<br />What are the problems being faced by the developing countries due to reduced trade barriers?<br />Correct Answer<br />entering of giants in the market , stiff competition to the local trades<br />Your Answer<br />entering of giants in the market , stiff competition to the local trades , Demand sensitivity of the product</p>
<p>True/False<br />Question<br />Developed countries come closer through trade because consumption patterns are know to each other<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />What is reason behind many Latin American and African countries forming a union?<br />Correct Answer<br />These countries have put a common front against the imperial power<br />Your Answer<br />These countries have put a common front against the imperial power</p>
<p>True/False<br />Question<br />Wound wait and wait die schemes avoids starvation.<br />Correct Answer<br />True<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />A transaction may release locks, but may not obtain any new locks this phase is called as<br />Correct Answer<br />Shrinking Phase<br />Your Answer<br />Growing phase</p>
<p>Match The Following<br />Question<br />Correct Answer<br />Your Answer<br />Real protection<br />An industry takes into account the higher prices a producer has to pay on imported inputs owing to imposition of tariffs<br />The proportion of total costs accounted for by imported inputs<br />Tariff barriers<br />Specific tariff<br />Specific tariff<br />Non Tariff barrier<br />Quotas<br />Quotas<br />Effective protection<br />The proportion of total costs accounted for by imported inputs<br />An industry takes into account the higher prices a producer has to pay on imported inputs owing to imposition of tariffs</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Invisible Trade comprises …<br />Correct Answer<br />Travel &amp; Transport , Insurance , Interest Payments<br />Your Answer<br />Travel &amp; Transport , Insurance , Transfer Payments &amp; Gifts</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Identify the assumptions of H-O theory?<br />Correct Answer<br />Technology in both the country are same , Production function of a commodity is same<br />Your Answer<br />Technology in both the country are same , Efficiency in production , Production function of a commodity is same</p>
<p>Select The Blank<br />Question<br />Apart from international reserves, ________ also widens the monetary base of the central bank.<br />Correct Answer<br />Net domestic assets<br />Your Answer<br />Net domestic assets</p>
<p>True/False<br />Question<br />In case of multiple peg, the domestic currency changes propotionately to any change in exchange rates of nations of the basket<br />Correct Answer<br />False<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />The institutional aspect of reforms refer to<br />Correct Answer<br />It&#8217;s proper &amp; effective implementation<br />Your Answer<br />Working beyong bureacratic compliance</p>
<p>Multiple Choice Multiple Answer<br />Question<br />Why is tariff imposed?<br />Correct Answer<br />Because it is the major source of revenue , To attain self-sufficiency in the country , To give protection to the domestic countries<br />Your Answer<br />Because it is the major source of revenue , To attain self-sufficiency in the country , To give protection to the domestic countries</p>
<p>Multiple Choice Multiple Answer<br />Question<br />What are the main highlights of Product life cycle?<br />Correct Answer<br />These are normally labor scarce countries , Producers use more capital than labor , Money is spent in research and development to innovate new ways of using capital intensive technique<br />Your Answer<br />These are normally labor scarce countries , Producers use more capital than labor , Money is spent in research and development to innovate new ways of using capital intensive technique</p>
<p>Multiple Choice Single Answer<br />Question<br />Day to day functioning &amp; policy implementation of the IMF are the responsibilities of the<br />Correct Answer<br />Executive Directors<br />Your Answer<br />Executive Directors</p>
<p>Multiple Choice Single Answer<br />Question<br />The rate of increase in the India&#8217;s trade deficit as seen is highest in the year -<br />Correct Answer<br />1998-99<br />Your Answer<br />1998-99</p>
<p>Multiple Choice Single Answer<br />Question<br />Does a big population mean a big labor force?<br />Correct Answer<br />It is always compared in relation to the other factors<br />Your Answer<br />It is always in comparison with capital</p>
<p>Select The Blank<br />Question<br />Due to Export Subsidy selling price abroad ________ the home market price<br />Correct Answer<br />Will be less than<br />Your Answer<br />Will be less than</p>
<p>True/False<br />Question<br />The AMS completely believed &amp; worked on lines of poverty eradication &amp; rural upliftment.<br />Correct Answer<br />False<br />Your Answer<br />True</p>
<p>Multiple Choice Multiple Answer<br />Question<br />How dose a country determine the imports and exports items of a particular country?<br />Correct Answer<br />By comparing hourly output per labor , The country with least average cost would be ideal<br />Your Answer<br />By comparing the labor capital ratio , By comparing hourly output per labor , The country with least average cost would be ideal</p>
<p>True/False<br />Question<br />According to SITC codification scheme, in the import or the export list, any food item was given the code 00 &amp; crude petroleum was given 03.<br />Correct Answer<br />False<br />Your Answer<br />True</p>
<p>Multiple Choice Single Answer<br />Question<br />Pegged Exchange rate was initially advocated by<br />Correct Answer<br />IMF<br />Your Answer<br />IMF</p>
<p>Select The Blank<br />Question<br />Complete specialization would mean that a country will produce only one product and ________ production for other products.<br />Correct Answer<br />exchange surplus<br />Your Answer<br />exchange surplus</p>
<p>Select The Blank<br />Question<br />Pegged Exchange Rate came to be known as ________.<br />Correct Answer<br />Official Exchange Rate<br />Your Answer<br />Official Exchange Rate</p>
<p>Select The Blank<br />Question<br />________was introduced by the IMF in 1967<br />Correct Answer<br />SDR<br />Your Answer<br />SDR</p>
<p>Select The Blank<br />Question<br />The main obsticle experienced in tha way of regional blocks is that after growing for 10-15 years ________ reaches a plateau<br />Correct Answer<br />internal trade expansion<br />Your Answer<br />internal trade expansion</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/708/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=708&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/international-economics-scdl-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>
	</item>
		<item>
		<title>Relief Fund for Haiti!</title>
		<link>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti-2/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 09:45:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Farmville Updates]]></category>
		<category><![CDATA[Relief Fund For Haiti]]></category>
		<category><![CDATA[farmville cheats]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti-2</guid>
		<description><![CDATA[Today, FarmVille is proud to release Zynga&#8217;s Relief Fund for Haiti! In this event, players will be able to purchase special White Corn from the Market. In addition, players have the option to donate 25, 55 or 240 Farm Cash to Zynga&#8217;s Relief Fund for Haiti!Some quick tips regarding White Corn: • 10 coins to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=878&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon1.png"><img src="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon1.png?w=100" alt="" border="0" /></a><br />Today, FarmVille is proud to release Zynga&#8217;s Relief Fund for Haiti!</p>
<p>In this event, players will be able to purchase special White Corn from the Market.</p>
<p>In addition, players have the option to donate 25, 55 or 240 Farm Cash to Zynga&#8217;s Relief Fund for Haiti!<br /><u><br />Some quick tips regarding White Corn:</u></p>
<p>• 10 coins to plant.</p>
<p>• Yields 125 Coins when Harvested.</p>
<p>• 3 XP gained when planting. (Crop takes 6 Hours to grow).</p>
<p>• After purchasing the White Corn, all donors will receive a one week license to plant them. This means that users are able to plant white corn in unlimited amounts for 7 days only.</p>
<p>• White Corn will never wither!</p>
<p>The best part of this event? <b>Zynga will donate 100% of the proceeds earned from this event to help aid children and their families in Haiti during their time of need.</b></p>
<p>What could be sweeter than lending a helping hand?</p>
<p>Once you have purchased a new license, a giftable flag will become available to you! Just click on the Gift Page to send one to your friends!</p>
<p>You will also get a special gift with your purchase so hurry on over to FarmVille and check it out!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/878/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/878/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/878/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=878&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>

		<media:content url="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon1.png?w=100" medium="image" />
	</item>
		<item>
		<title>Relief Fund for Haiti!</title>
		<link>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 09:45:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Farmville Updates]]></category>
		<category><![CDATA[Relief Fund For Haiti]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti</guid>
		<description><![CDATA[Today, FarmVille is proud to release Zynga&#8217;s Relief Fund for Haiti! In this event, players will be able to purchase special White Corn from the Market. In addition, players have the option to donate 25, 55 or 240 Farm Cash to Zynga&#8217;s Relief Fund for Haiti!Some quick tips regarding White Corn: • 10 coins to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=510&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon.png"><img src="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon.png?w=100" alt="" border="0" /></a><br />Today, FarmVille is proud to release Zynga&#8217;s Relief Fund for Haiti!</p>
<p>In this event, players will be able to purchase special White Corn from the Market.</p>
<p>In addition, players have the option to donate 25, 55 or 240 Farm Cash to Zynga&#8217;s Relief Fund for Haiti!<br /><u><br />Some quick tips regarding White Corn:</u></p>
<p>• 10 coins to plant.</p>
<p>• Yields 125 Coins when Harvested.</p>
<p>• 3 XP gained when planting. (Crop takes 6 Hours to grow).</p>
<p>• After purchasing the White Corn, all donors will receive a one week license to plant them. This means that users are able to plant white corn in unlimited amounts for 7 days only.</p>
<p>• White Corn will never wither!</p>
<p>The best part of this event? <b>Zynga will donate 100% of the proceeds earned from this event to help aid children and their families in Haiti during their time of need.</b></p>
<p>What could be sweeter than lending a helping hand?</p>
<p>Once you have purchased a new license, a giftable flag will become available to you! Just click on the Gift Page to send one to your friends!</p>
<p>You will also get a special gift with your purchase so hurry on over to FarmVille and check it out!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/510/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=510&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/relief-fund-for-haiti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>

		<media:content url="http://assetventures.files.wordpress.com/2010/01/crop_corn_white_icon.png?w=100" medium="image" />
	</item>
		<item>
		<title>Hot Rod Tractor!</title>
		<link>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-4/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-4/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 08:08:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Cheats]]></category>
		<category><![CDATA[Farmville Tips]]></category>
		<category><![CDATA[Farmville Updates]]></category>
		<category><![CDATA[Hot Rod Tractor]]></category>
		<category><![CDATA[New farmville Tricks]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-4</guid>
		<description><![CDATA[Hot Rod Tractor!This feature is currently only available to a small group of randomly selected users. Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days. Hot Rod Tractor: Users at level 12 in Farmville can unlock the ability to purchase a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=1118&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://assetventures.files.wordpress.com/2010/01/mafia1i3.png"><img src="http://assetventures.files.wordpress.com/2010/01/mafia1i3.png?w=300" alt="" border="0" /></a></p>
<p><strong>Hot Rod Tractor!<br /></strong><b>This feature is currently only available to a small group of randomly selected users. </b> Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days.</p>
<p><u>Hot Rod Tractor:</u></p>
<p>Users at level 12 in Farmville can unlock the ability to purchase a Hot Rod Tractor that can plow up to 9 plots at a time. (3 x 3)</p>
<p>There are two ways you can acquire the new Hot Rod Tractor.</p>
<p>You can purchase the Hot Rod Tractor for 55 Farm Cash from the Market.</p>
<p>You can also visit Mafia Wars to unlock the option to purchase the tractor in Farmville for Coins.</p>
<p>Clicking the &#8220;Get This&#8221; button will give you the option to launch Mafia Wars. You will receive another pop-up informing you that you can unlock the Hot Rod Tractor by advancing to Level 10 in Mafia Wars.</p>
<p>Upon entering Mafia Wars, you will see the following pop-up:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/1118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/1118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/1118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=1118&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>

		<media:content url="http://assetventures.files.wordpress.com/2010/01/mafia1i3.png?w=300" medium="image" />
	</item>
		<item>
		<title>Hot Rod Tractor!</title>
		<link>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-3/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-3/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 08:08:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Cheats]]></category>
		<category><![CDATA[Farmville Tips]]></category>
		<category><![CDATA[Farmville Updates]]></category>
		<category><![CDATA[Hot Rod Tractor]]></category>
		<category><![CDATA[New farmville Tricks]]></category>
		<category><![CDATA[farmville cheats]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-3</guid>
		<description><![CDATA[Hot Rod Tractor!This feature is currently only available to a small group of randomly selected users. Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days. Hot Rod Tractor: Users at level 12 in Farmville can unlock the ability to purchase a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=877&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://assetventures.files.wordpress.com/2010/01/mafia1i2.png"><img src="http://assetventures.files.wordpress.com/2010/01/mafia1i2.png?w=300" alt="" border="0" /></a></p>
<p><strong>Hot Rod Tractor!<br /></strong><b>This feature is currently only available to a small group of randomly selected users. </b> Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days.</p>
<p><u>Hot Rod Tractor:</u></p>
<p>Users at level 12 in Farmville can unlock the ability to purchase a Hot Rod Tractor that can plow up to 9 plots at a time. (3 x 3)</p>
<p>There are two ways you can acquire the new Hot Rod Tractor.</p>
<p>You can purchase the Hot Rod Tractor for 55 Farm Cash from the Market.</p>
<p>You can also visit Mafia Wars to unlock the option to purchase the tractor in Farmville for Coins.</p>
<p>Clicking the &#8220;Get This&#8221; button will give you the option to launch Mafia Wars. You will receive another pop-up informing you that you can unlock the Hot Rod Tractor by advancing to Level 10 in Mafia Wars.</p>
<p>Upon entering Mafia Wars, you will see the pop-up:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/877/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=877&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>

		<media:content url="http://assetventures.files.wordpress.com/2010/01/mafia1i2.png?w=300" medium="image" />
	</item>
		<item>
		<title>Hot Rod Tractor!</title>
		<link>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-2/</link>
		<comments>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-2/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 08:08:00 +0000</pubDate>
		<dc:creator>assetventures</dc:creator>
				<category><![CDATA[Cheats]]></category>
		<category><![CDATA[Farmville Tips]]></category>
		<category><![CDATA[Farmville Updates]]></category>
		<category><![CDATA[Hot Rod Tractor]]></category>
		<category><![CDATA[New farmville Tricks]]></category>

		<guid isPermaLink="false">http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-2</guid>
		<description><![CDATA[Hot Rod Tractor!This feature is currently only available to a small group of randomly selected users. Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days. Hot Rod Tractor: Users at level 12 in Farmville can unlock the ability to purchase a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=745&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://assetventures.files.wordpress.com/2010/01/mafia1i1.png"><img src="http://assetventures.files.wordpress.com/2010/01/mafia1i1.png?w=300" alt="" border="0" /></a></p>
<p><strong>Hot Rod Tractor!<br /></strong><b>This feature is currently only available to a small group of randomly selected users. </b> Due to the nature of this release, we will continue to roll this feature out to 100% of users in the coming days.</p>
<p><u>Hot Rod Tractor:</u></p>
<p>Users at level 12 in Farmville can unlock the ability to purchase a Hot Rod Tractor that can plow up to 9 plots at a time. (3 x 3)</p>
<p>There are two ways you can acquire the new Hot Rod Tractor.</p>
<p>You can purchase the Hot Rod Tractor for 55 Farm Cash from the Market.</p>
<p>You can also visit Mafia Wars to unlock the option to purchase the tractor in Farmville for Coins.</p>
<p>Clicking the &#8220;Get This&#8221; button will give you the option to launch Mafia Wars. You will receive another pop-up informing you that you can unlock the Hot Rod Tractor by advancing to Level 10 in Mafia Wars.</p>
<p>Upon entering Mafia Wars, you will see the pop-up:</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/assetventures.wordpress.com/745/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/assetventures.wordpress.com/745/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/assetventures.wordpress.com/745/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=assetventures.wordpress.com&amp;blog=2170968&amp;post=745&amp;subd=assetventures&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://assetventures.wordpress.com/2010/01/16/hot-rod-tractor-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c4bf2e647c33efc245f56ab26ca3f26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">assetventures</media:title>
		</media:content>

		<media:content url="http://assetventures.files.wordpress.com/2010/01/mafia1i1.png?w=300" medium="image" />
	</item>
	</channel>
</rss>
