<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel><title>TolMol Group and Community Posts</title>
<link/>
<description>Group and Community Posts</description>
<category>Group Post</category>
<totaljobs>15</totaljobs>
<lastbuilddate>Wed, 30 May 2012 00:00:00 -0400</lastbuilddate>
<item>
<title>How is Java different than C++</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/how-is-java-different-than-c.htm</link>
<description>&lt;p&gt;Well, both Java and C++ are object oriented programmings and support very similar syntax but there are many differences between these two languages:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;C++ involves pointers, Java</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/how-is-java-different-than-c.htm</guid>
</item>
<item>
<title>OOPS Interview Questions</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/oops-interview-questions.htm</link>
<description>&lt;p&gt;Below are the very basic object oriented programming questions that you can expect in an interview. A good understanding of these fundamentals is also must for any aspiring OOPS</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/oops-interview-questions.htm</guid>
</item>
<item>
<title>What is Java IDE</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/what-is-java-ide.htm</link>
<description>&lt;p&gt;IDE stands for Integrated Development Environment. There are many IDEs that support Java software development. The most popular IDEs include NetBeans, Eclipse, IntelliJ, and SlickEdit.&lt;/p&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/what-is-java-ide.htm</guid>
</item>
<item>
<title>What&#39;s the worst thing that can happen to a Java program</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/whats-the-worst-thing-that-can-happen-to-a-java-program.htm</link>
<description>&lt;p&gt;That&#39;s a tough one to answer -&lt;/p&gt;&lt;p&gt;Many things can go wrong with a Java program. Some of the commonly encountered problems include:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Infinite loop&lt;/li&gt;    &lt;li&gt;Out-of-Memory&lt;/li&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/whats-the-worst-thing-that-can-happen-to-a-java-program.htm</guid>
</item>
<item>
<title>What&#39;s the difference between append and concat</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/whats-the-difference-between-append-and-concat.htm</link>
<description>&lt;ol&gt;    &lt;li&gt;Concat is used to add a &lt;strong&gt;String &lt;/strong&gt;at the end of another &lt;strong&gt;String&lt;/strong&gt;. Append adds a String or character sequence to &lt;strong&gt;StringBufffer&lt;/strong&gt;.&lt;/li&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/whats-the-difference-between-append-and-concat.htm</guid>
</item>
<item>
<title>What is JDBC and how is it used</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/what-is-jdbc-and-how-is-it-used.htm</link>
<description>&lt;p&gt;JDBC API is a Java API that is used for accessing and manipulating data stored in relational databases like MySQL and Oracle. It allows programmers to perform following operations in a Java</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/what-is-jdbc-and-how-is-it-used.htm</guid>
</item>
<item>
<title>Why is it mandatory to override hascode() method on overriding equals() method? </title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/why-is-it-mandatory-to-override-hascode-method-on-overriding-equals-method-.htm</link>
<description>&lt;p&gt;Why is it mandatory to override hascode() method on overriding equals() method?&lt;/p&gt;&lt;p&gt;Will you get compile/run time error on not overriding hasCode() method?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/why-is-it-mandatory-to-override-hascode-method-on-overriding-equals-method-.htm</guid>
</item>
<item>
<title>How will you make a thread sleep?</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/how-will-you-make-a-thread-sleep.htm</link>
<description>&lt;p&gt;A &lt;strong&gt;thread &lt;/strong&gt;can put in sleep mode by using &lt;strong&gt;Thread.sleep(SLEEP-TIME)&lt;/strong&gt; statement. SLEEP-TIME is the time period in milliseconds for which the thread will pause. Once</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/how-will-you-make-a-thread-sleep.htm</guid>
</item>
<item>
<title>Does garbage collector use multithreading</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/does-garbage-collector-use-multithreading.htm</link>
<description>&lt;p&gt;Yes, it has to. While a program is running, &lt;strong&gt;garbage collector thread&lt;/strong&gt; can concurrently claim the free memory.&lt;/p&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/does-garbage-collector-use-multithreading.htm</guid>
</item>
<item>
<title>Factory Method Design Pattern - Explained with an example</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/factory-method-design-pattern-explained-with-an-example.htm</link>
<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;strong&gt;Factory Method Introduction&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;The Factory Method design pattern is used to defer the instantiation to the</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/factory-method-design-pattern-explained-with-an-example.htm</guid>
</item>
<item>
<title>cyclic inheritance error</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/cyclic-inheritance-error.htm</link>
<description>What is rule for extending class, so that we will no get &quot;cyclic inheritance&quot; error?&lt;br&gt;It may use inner class &amp; nested class for extending class.</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/cyclic-inheritance-error.htm</guid>
</item>
<item>
<title>strictfp utility?</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/strictfp-utility.htm</link>
<description>What is strictfp utility &amp; use of it?</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/strictfp-utility.htm</guid>
</item>
<item>
<title>strictfp utility?</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/strictfp-utility-a.htm</link>
<description>What is strictfp utility?&lt;br&gt;How can it be used?</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/strictfp-utility-a.htm</guid>
</item>
<item>
<title>ArrayStroeException?</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/arraystroeexception.htm</link>
<description>When will application throw &#39;ArrayStroeException&#39; ?</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/arraystroeexception.htm</guid>
</item>
<item>
<title>Deep cloning v/s shallow cloning</title>
<link>http://www.tolmol.com/gp/java-interview-questionstips/deep-cloning-vs-shallow-cloning.htm</link>
<description>What is differences b/w deep cloning and shallow cloning?&lt;br&gt;Can you support deep cloning on Array?&lt;br&gt;&lt;br&gt;</description>
<pubdate/>
<guid isPermaLink="true">http://www.tolmol.com/gp/java-interview-questionstips/deep-cloning-vs-shallow-cloning.htm</guid>
</item>
</channel>
</rss>
