<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3855661931813363975</atom:id><lastBuildDate>Wed, 28 Aug 2024 13:37:40 +0000</lastBuildDate><category>Core Java Interview Questions</category><category>Interview Questions</category><category>Java</category><title>All About JAVA</title><description>This site consists all about java fundamentals, java topics, java interview questions and answers, java materials, java development code etc are available</description><link>http://javaliveinfo.blogspot.com/</link><managingEditor>noreply@blogger.com (Educational Information)</managingEditor><generator>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:keywords>all,java,interview,questions,topics</itunes:keywords><itunes:summary>This site consists all about java fundamentals,java topics,java interview questions and answers,java materials,java development code etc are available</itunes:summary><itunes:subtitle>This site consists all about java fundamentals,java topics,java interview questions and answers,java materials,java development code etc are available</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-8957853269567019909</guid><pubDate>Sat, 10 May 2008 09:35:00 +0000</pubDate><atom:updated>2008-05-10T15:05:51.045+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?</title><description>&lt;p class="MsoNormal" style=""&gt;Unicode requires 16 bits and ASCII require 7 bits. Although the ASCII character set uses only 7 bits, it is usually represented as 8 bits. UTF-8 represents characters using 8, 16, and 18 bit patterns. UTF-16 uses 16-bit and larger bit patterns.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/how-many-bits-are-used-to-represent.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-1155244168028342534</guid><pubDate>Sat, 10 May 2008 09:35:00 +0000</pubDate><atom:updated>2008-05-10T15:05:21.745+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>Which method of the Component class is used to set the position and size of a component?</title><description>&lt;p class="MsoNormal" style=""&gt;setBounds()&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/which-method-of-component-class-is-used.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-530304892696579355</guid><pubDate>Sat, 10 May 2008 09:34:00 +0000</pubDate><atom:updated>2008-05-10T15:05:01.308+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What is the difference between the &gt;&gt; and &gt;&gt;&gt; operators?</title><description>&lt;p class="MsoNormal" style=""&gt;The &gt;&gt; operator carries the sign bit when shifting right. The &gt;&gt;&gt; zero-fills bits that have been shifted out.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-is-difference-between-and.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-6957335076926539822</guid><pubDate>Sat, 10 May 2008 09:34:00 +0000</pubDate><atom:updated>2008-05-10T15:04:40.665+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What is an Iterator interface?</title><description>&lt;p class="MsoNormal" style=""&gt;The Iterator interface is used to step through the elements of a Collection.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-is-iterator-interface.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-2255583671206748295</guid><pubDate>Sat, 10 May 2008 09:33:00 +0000</pubDate><atom:updated>2008-05-10T15:04:15.445+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What modifiers may be used with an inner class that is a member of an outer class?</title><description>&lt;p class="MsoNormal" style=""&gt;A (non-local) inner class may be declared as public, protected, private, static, final, or abstract.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-modifiers-may-be-used-with-inner.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-5450761589278670326</guid><pubDate>Sat, 10 May 2008 09:33:00 +0000</pubDate><atom:updated>2008-05-10T15:03:57.094+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What is the Vector class?</title><description>&lt;p class="MsoNormal" style=""&gt;The Vector class provides the capability to implement a growable array of objects.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-is-vector-class.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-1928780298512524311</guid><pubDate>Sat, 10 May 2008 09:33:00 +0000</pubDate><atom:updated>2008-05-10T15:03:27.250+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>How does Java handle integer overflows and underflows?</title><description>&lt;p class="MsoNormal" style=""&gt;It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/how-does-java-handle-integer-overflows.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-1074360759038567137</guid><pubDate>Sat, 10 May 2008 09:32:00 +0000</pubDate><atom:updated>2008-05-10T15:03:05.770+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What is the List interface?</title><description>&lt;p class="MsoNormal" style=""&gt;The List interface provides support for ordered collections of objects.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-is-list-interface.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-6423402082582255599</guid><pubDate>Sat, 10 May 2008 09:32:00 +0000</pubDate><atom:updated>2008-05-10T15:02:45.494+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>which characters may be used as the second character of an identifier, but not as the first character of an identifier?</title><description>&lt;p class="MsoNormal" style=""&gt;The digits 0 through 9 may not be used as the first character of an identifier but they may be used after the first character of an identifier.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/which-characters-may-be-used-as-second.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-2097460780613389308</guid><pubDate>Sat, 10 May 2008 09:31:00 +0000</pubDate><atom:updated>2008-05-10T15:02:18.618+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What are the Collections API?</title><description>&lt;p class="MsoNormal" style=""&gt;The Collections API is a set of classes and interfaces that support operations on collections of objects.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-are-collections-api.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-732340051655440413</guid><pubDate>Sat, 10 May 2008 09:31:00 +0000</pubDate><atom:updated>2008-05-10T15:01:43.546+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What state does a thread enter when it terminates its processing?</title><description>&lt;p class="MsoNormal" style=""&gt;When a thread terminates its processing, it enters the dead state.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-state-does-thread-enter-when-it.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-1577730860862437890</guid><pubDate>Sat, 10 May 2008 09:31:00 +0000</pubDate><atom:updated>2008-05-10T15:01:25.711+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>Which containers use a FlowLayout as their default layout?</title><description>&lt;p class="MsoNormal" style=""&gt;The Panel and Applet classes use the FlowLayout as their default layout. &lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/which-containers-use-flowlayout-as.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-3209506726780813340</guid><pubDate>Sat, 10 May 2008 09:30:00 +0000</pubDate><atom:updated>2008-05-10T15:00:55.556+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What method is used to specify a container's layout?</title><description>&lt;p class="MsoNormal" style=""&gt;The setLayout() method is used to specify a container's layout.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-method-is-used-to-specify.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-1739411180898454470</guid><pubDate>Sat, 10 May 2008 09:29:00 +0000</pubDate><atom:updated>2008-05-10T15:00:23.181+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><title>What is the preferred size of a component?</title><description>&lt;p class="MsoNormal" style=""&gt;The preferred size of a component is the minimum component size that will allow the component to display normally.&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/05/what-is-preferred-size-of-component.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-306853519944234339</guid><pubDate>Fri, 18 Apr 2008 10:58:00 +0000</pubDate><atom:updated>2008-04-18T16:29:12.857+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Is null a keyword?</title><description>&lt;p class="MsoNormal" style=""&gt;The null value is not a keyword. &lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/is-null-keyword.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-7067480037483763424</guid><pubDate>Fri, 18 Apr 2008 10:57:00 +0000</pubDate><atom:updated>2008-04-18T16:28:24.495+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What's new with the stop(), suspend() and resume() methods in JDK 1.2?</title><description>&lt;p class="MsoNormal" style=""&gt;The stop(), suspend() and resume() methods have been deprecated in JDK 1.2. &lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/whats-new-with-stop-suspend-and-resume.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-6372337449396032214</guid><pubDate>Fri, 18 Apr 2008 10:57:00 +0000</pubDate><atom:updated>2008-04-18T16:27:55.312+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Can a lock be acquired on a class?</title><description>&lt;p class="MsoNormal" style=""&gt;Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object. &lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/can-lock-be-acquired-on-class.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-7608369913316082567</guid><pubDate>Fri, 18 Apr 2008 10:57:00 +0000</pubDate><atom:updated>2008-04-18T16:27:28.041+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>What is synchronization and why is it important?</title><description>&lt;p class="MsoNormal" style=""&gt;With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value. This often leads to significant errors. &lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/what-is-synchronization-and-why-is-it.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-8223082416125808816</guid><pubDate>Fri, 18 Apr 2008 10:56:00 +0000</pubDate><atom:updated>2008-04-18T16:27:07.651+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>How are Observer and Observable used?</title><description>&lt;p class="MsoNormal" style=""&gt;Objects that subclass the Observable class maintain a list of observers. When an Observable object is updated it invokes the update() method of each of its observers to notify the observers that it has changed state. The Observer interface is implemented by objects that observe Observable objects.&lt;b&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/how-are-observer-and-observable-used.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-8739652416246290077</guid><pubDate>Fri, 18 Apr 2008 10:56:00 +0000</pubDate><atom:updated>2008-04-18T16:26:45.510+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>Why do threads block on I/O?</title><description>&lt;p class="MsoNormal" style=""&gt;Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed.&lt;b&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/why-do-threads-block-on-io.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-6560890183088238259</guid><pubDate>Fri, 18 Apr 2008 10:55:00 +0000</pubDate><atom:updated>2008-04-18T16:26:16.917+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>which containers use a border Layout as their default layout?</title><description>&lt;p class="MsoNormal" style=""&gt;The window, Frame and Dialog classes use a border layout as their default layout.&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/which-containers-use-border-layout-as.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-8654398613518588391</guid><pubDate>Fri, 18 Apr 2008 10:54:00 +0000</pubDate><atom:updated>2008-04-18T16:25:44.194+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Core Java Interview Questions</category><category domain="http://www.blogger.com/atom/ns#">Interview Questions</category><title>what  is a transient variable?</title><description>&lt;p class="MsoNormal" style=""&gt;A transient variable is a variable that may not be serialized.&lt;b&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/what-is-transient-variable.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3855661931813363975.post-344360305004737438</guid><pubDate>Tue, 08 Apr 2008 04:07:00 +0000</pubDate><atom:updated>2008-04-08T09:40:51.016+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Java</category><title>JAVA</title><description>&lt;span id="intelliTxt"&gt;"Java" generally refers to a combination of three things: the Java programming language (a high-level, object-oriented programming language); the Java Virtual Machine (a high-performance virtual machine that executes bytecodes on a specific computing platform, typically abbreviated &lt;em&gt;JVM&lt;/em&gt;); and the Java platform, a JVM running compiled Java bytecodes, usually calling on a set of standard libraries such as those provided by Java Standard Edition (SE) or Enterprise Edition (EE). Though coupled by design, the language does not imply the JVM, and vice versa.   &lt;br /&gt;&lt;/span&gt;</description><link>http://javaliveinfo.blogspot.com/2008/04/java.html</link><author>noreply@blogger.com (Educational Information)</author><thr:total>0</thr:total></item></channel></rss>