<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.javaworld.com/community" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Core Java</title>
 <link>http://www.javaworld.com/community/corejava</link>
 <description>For developers using Java Standard Edition.</description>
 <language>en-US</language>
<item>
 <title>jdbc</title>
 <link>http://www.javaworld.com/community/node/3718</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i am having problems connecting DB2 database to my Java application using NetBeans.&lt;br /&gt;
Here is the Code:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
package app;&lt;br /&gt;
import java.sql.*;&lt;br /&gt;
import java.lang.*;&lt;br /&gt;
import java.io.*;&lt;br /&gt;
import COM.ibm.db2.jdbc.app.*;&lt;br /&gt;
public class Main {&lt;/p&gt;
&lt;p&gt;  public static void main(String args[]) throws IOException&lt;br /&gt;
  {&lt;br /&gt;
	  try&lt;br /&gt;
		{&lt;br /&gt;
		  //Loads Type 2 Driver&lt;br /&gt;
	  	  Class.forName(&quot;COM.ibm.db2.jdbc.app.DB2Driver&quot;);&lt;/p&gt;
&lt;p&gt;		}&lt;br /&gt;
		catch (ClassNotFoundException e)&lt;br /&gt;
		{&lt;br /&gt;
		   System.err.println(&quot;Could not load DB2 driver! \n&quot;);&lt;br /&gt;
		   System.err.println(e.getMessage());&lt;br /&gt;
	   	   System.exit(1);&lt;br /&gt;
		} &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3718&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3718#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sat, 21 Nov 2009 02:54:30 -0500</pubDate>
 <dc:creator>reshma raghu</dc:creator>
 <guid isPermaLink="false">3718 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>RE:Rss--Search Engine For Rss Feeds.</title>
 <link>http://www.javaworld.com/community/node/3707</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Hi All,&lt;br /&gt;&lt;br /&gt;I have news RssFeed URL,by using Rss Reader I am able to displaying all news articles of that News RssFeed URL.But my problems is I dont want display all news &lt;br /&gt;articles, I want to display selected news articles based on keywords,I mean if&amp;nbsp; news RssFeed consists of sports,education,entertainment,technology etc from that&lt;br /&gt;keywords as sports,education, articles I want to display. &lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Mallepula&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3707#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Wed, 18 Nov 2009 13:50:34 -0500</pubDate>
 <dc:creator>Mallepula Narayana</dc:creator>
 <guid isPermaLink="false">3707 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>IBM WebSphere Application Server V7 Java Persistence API (JPA) 2.0 Open Alpha</title>
 <link>http://www.javaworld.com/community/node/3664</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://bit.ly/38xMYN&quot;&gt;IBM WebSphere Application Server V7 Java Persistence API (JPA) 2.0 Open Alpha&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Object-relational persistence is a key developer requirement for many application developer scenarios. JPA is the Java EE standard for object-relational persistence and was first introduced as part of Java EE 5. As part of the Java EE 6 standards, JPA 2.0 (JSR-317) updates object-relational capabilities with important developer APIs and enhancements.&lt;br /&gt;
Key additions in JPA 2.0 include:&lt;/p&gt;
&lt;p&gt;    * Significant programmer productivity improvements &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3664&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3664#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/833">Web Services and SOA</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Thu, 05 Nov 2009 10:38:47 -0500</pubDate>
 <dc:creator>wsemg</dc:creator>
 <guid isPermaLink="false">3664 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>cannot find file error while trying to complie a servlet</title>
 <link>http://www.javaworld.com/community/node/3663</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I have a class in C:\workspace\test\src\com\example\web\Test.java&lt;br /&gt;
I am trying to compile this servlet.&lt;br /&gt;
my javac is at C:\Sun\SDK\jdk\bin&lt;/p&gt;
&lt;p&gt; i set the path like this set PATH=%PATH%;C:\Sun\SDK\jdk\bin&lt;/p&gt;
&lt;p&gt;am at  C:\workspace\test&lt;/p&gt;
&lt;p&gt;I am compiling like this&lt;br /&gt;
 javac -classpath /tomcat/common/lib/servlet-api.jar;classes:. -d classes src/com/example/web/example/web/Test.java&lt;/p&gt;
&lt;p&gt;and i get cannot read:Test.java error&lt;/p&gt;
&lt;p&gt;Please help&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3663#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1532">java compilation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Thu, 05 Nov 2009 09:45:14 -0500</pubDate>
 <dc:creator>divya</dc:creator>
 <guid isPermaLink="false">3663 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to convert Html to Image using Java</title>
 <link>http://www.javaworld.com/community/node/3659</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;br /&gt;
I need to convert a GWT(Google web toolkit) UI to the image file.&lt;br /&gt;
Can anyone give me a suggestions to proceed?&lt;/p&gt;
&lt;p&gt;I have googled and I found most of the thing with respect to ActiveX&lt;br /&gt;
controls. I am not supposed to use ActiveX.&lt;/p&gt;
&lt;p&gt;I have looked some AWT / swing coding to convert the html page to image but i am not able to get the full website or when i try some site to convert as a image then it not rendered fully.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3659#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1193">AWT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/99">swing</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Wed, 04 Nov 2009 09:16:35 -0500</pubDate>
 <dc:creator>arthikbabu</dc:creator>
 <guid isPermaLink="false">3659 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>jar file varification</title>
 <link>http://www.javaworld.com/community/node/3626</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;A jar file which was signed using 1.4 javas jarsigner tool, when varified using 1.5, gives a warning that the certificates have expired. why is this ?&lt;br /&gt;
Warning: jar contains entries whose signer certificate has expired.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3626#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/822">Java Security</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sat, 31 Oct 2009 00:16:46 -0400</pubDate>
 <dc:creator>plaintext</dc:creator>
 <guid isPermaLink="false">3626 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Exceptional handling</title>
 <link>http://www.javaworld.com/community/node/3603</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;br /&gt;
if we get any exceptioon in java code full stack trace will come&lt;br /&gt;
which explain what is the root cause of exception.&lt;/p&gt;
&lt;p&gt;I want to know how it was implemented,how we get all statements&lt;br /&gt;
can someone explaing briefly.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3603#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 25 Oct 2009 22:16:03 -0400</pubDate>
 <dc:creator>nagworks12</dc:creator>
 <guid isPermaLink="false">3603 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>inheritace</title>
 <link>http://www.javaworld.com/community/node/3600</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;br /&gt;
when to use inheritance,delegation,composition&lt;br /&gt;
can you give me some examples.&lt;/p&gt;
&lt;p&gt;Thanka&lt;br /&gt;
Nagarjuna&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3600#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1160">software design</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 25 Oct 2009 11:28:48 -0400</pubDate>
 <dc:creator>nagworks12</dc:creator>
 <guid isPermaLink="false">3600 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How can I call a C program in a Shell scipt from java</title>
 <link>http://www.javaworld.com/community/node/3585</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi all,&lt;br /&gt;
I have a C program namely NetLibExample.c.I have compiled it to get a NetLibexample executable in RHEL5. It is successfully running from the terminal itself by the syntax: ./NetLibExample&lt;br /&gt;
I have written a shell script to call the same.The shell script is test.sh&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;test.sh&lt;/strong&gt;&lt;br /&gt;
cd /working/AVClient&lt;br /&gt;
mkdir habib_test&lt;br /&gt;
./NetLibExample&lt;br /&gt;
echo &quot;1 image captured&quot;&lt;/p&gt;
&lt;p&gt;This shell is running successfully and giving me the output( a new folder habib_test and output from the C program)&lt;/p&gt;
&lt;p&gt;I have to call the shell script from  Java program.The program is like this. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3585&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3585#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1521">Java Linux</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Thu, 22 Oct 2009 03:34:53 -0400</pubDate>
 <dc:creator>habibur</dc:creator>
 <guid isPermaLink="false">3585 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to Copy the contents with line breaks from a JTable to Excel with line breaks included</title>
 <link>http://www.javaworld.com/community/node/3556</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hai&lt;br /&gt;
I have an application in which I have a JTable with line breaks(pressing Enter key while editing) included in each and every cell.I have used the code in this site to get my contents to be copied to excel(How to copy data from jtable to Excel).The problem is when I copy the contents from my JTable to Excel I am not getting the contents in same format as in my Jtable(with line breaks) to my excel that is with line breaks.Is there any way to solve my problem?&lt;/p&gt;
&lt;p&gt;Thank You&lt;br /&gt;
Chaithu&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/enterprise&quot; class=&quot;og_links&quot;&gt;Enterprise Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3556#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1508">java swings</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Fri, 16 Oct 2009 09:18:08 -0400</pubDate>
 <dc:creator>chaithusworld</dc:creator>
 <guid isPermaLink="false">3556 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>I NEED HELP!</title>
 <link>http://www.javaworld.com/community/node/3542</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How do I write a program to compute the ideal weight for either male or female. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch in height over 5 feet. For example, the ideal weight for a female who is 5’3’’ would be &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3542&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3542#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Wed, 14 Oct 2009 23:06:00 -0400</pubDate>
 <dc:creator>kutless3</dc:creator>
 <guid isPermaLink="false">3542 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Ideal weight Help!</title>
 <link>http://www.javaworld.com/community/node/3541</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How do I write a program to compute the ideal weight for either male or female. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch in height over 5 feet.  For example, the ideal weight for a female who is 5’3’’ would be &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3541&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3541#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/226">Java.</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 14 Oct 2009 20:42:24 -0400</pubDate>
 <dc:creator>kutless3</dc:creator>
 <guid isPermaLink="false">3541 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>HTTP Status Code 500 Returned - HttpURLConnection to Connect to Web Server Cluster Nodes</title>
 <link>http://www.javaworld.com/community/node/3497</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Presently, I am attempting to use the HttpURLConnection to make web server calls across multiple nodes participating in a web server cluster. I have a web application &#039;MyWebAppl&#039; that is running/deployed on &#039;WebServerA&#039; (Node #1) and the same web application &#039;MyWebAppl&#039; that is running/deployed on &#039;WebServerB&#039; (Node #2). From &#039;WebServerA&#039; I am attempting to open/establish a HttpURLConnection with &#039;WebServerA&#039; and &#039;WebServerB&#039; which results in IOException with an HTTP Status Code of 500. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3497&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3497#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 05 Oct 2009 11:32:16 -0400</pubDate>
 <dc:creator>dthanki</dc:creator>
 <guid isPermaLink="false">3497 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Constructors</title>
 <link>http://www.javaworld.com/community/node/3487</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need to make the following code calculates the volume and prints the dimensions and volume like so:&lt;br /&gt;
cube one dimensions are: w =7, h=2 d=3, volume = 42&lt;br /&gt;
cube two dimensions are: w =5, h=8, d=2, volume =80&lt;br /&gt;
and so on&lt;br /&gt;
Can somebody please help me?&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        Cube[] cube = new Cube[5];&lt;/p&gt;
&lt;p&gt;        cube[0] = new Cube(2.0, 3.0, 5.0);&lt;br /&gt;
        cube[1] = new Cube(1.0, 4.5, 3.3);&lt;br /&gt;
        cube[2] = new Cube(5.6, 10.0, 2.9);&lt;br /&gt;
        cube[3] = new Cube(4.5, 7.8, 22.0);&lt;br /&gt;
        cube[4] = new Cube(9.0, 7.7, 5.1); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3487&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3487#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1495">Diplay dimentions and calculate volume</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 30 Sep 2009 21:42:50 -0400</pubDate>
 <dc:creator>babylonlion</dc:creator>
 <guid isPermaLink="false">3487 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>servlets</title>
 <link>http://www.javaworld.com/community/node/3478</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i want to know if Tomcat 5.5 wud work with jdk 1.6 or not becoz i m reading frm the book on java for the web by budi kurniawan and i searched for the error 404&lt;br /&gt;
when i use the browser to run my servlet......and i followed what the solution to it was given that i had to make a package and then finally run the servlet ...........the prob still exists :-( .............&lt;br /&gt;
main Q :does tomcat5.5 work with jdk1.6&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3478#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Mon, 28 Sep 2009 13:30:03 -0400</pubDate>
 <dc:creator>javaisfun_NOT</dc:creator>
 <guid isPermaLink="false">3478 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Free Java exPress newsletter available</title>
 <link>http://www.javaworld.com/community/node/3475</link>
 <description>Are you missing newsletters about Java as I did? If your answer is YES, I have got something for you. There is first issue of JAVA exPress available in English (http://javaexpress.pl). 

OK, it is not the first one, but the first one available in English. 

In this issue you can read about prolems in J2EE applications, Grails, Object serialization in J2ME, XStream, pre-tested commits in Team City, GMF and last, but not least aout Layering. 

JAVA exPress is published every 3 months. So stay tuned. Next issue soon. 

Happy reading!!!&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3475#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/882">Community Update</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/837">Java ME</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Mon, 28 Sep 2009 11:01:59 -0400</pubDate>
 <dc:creator>gduda</dc:creator>
 <guid isPermaLink="false">3475 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to judge the commond called by Runtime executed successfully or not  </title>
 <link>http://www.javaworld.com/community/node/3472</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I use java.lang.Runtime to call some standalone executeable commond (which will open another application do some operation use a comond line manner) in my application,however I can not judge whether the commond is executed or whether it is executed successfully. And someone tell me I should define the standard for judge the success and failture. But I have no idea. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3472&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3472#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 28 Sep 2009 00:19:17 -0400</pubDate>
 <dc:creator>apachemaven</dc:creator>
 <guid isPermaLink="false">3472 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Inheritance is evil</title>
 <link>http://www.javaworld.com/community/node/3471</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;This article describes tells why inheritance can cause problems, and how to solve them.&lt;/p&gt;
&lt;p&gt;Link: &lt;a href=&quot;http://coding-masters.blogspot.com/2009/01/inheritance-is-evil.html&quot;&gt;http://coding-masters.blogspot.com/2009/01/inheritance-is-evil.html&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3471#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/731">design</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/595">design patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 27 Sep 2009 01:14:19 -0400</pubDate>
 <dc:creator>iirekm</dc:creator>
 <guid isPermaLink="false">3471 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JVM got crashed</title>
 <link>http://www.javaworld.com/community/node/3460</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;This is a java program including JNI native method. When program started, JVM got crashed and produced system core file. It seems the error was thrown from JNI. I am not familiar how to debug core file. Not sure what error can cause this problem. Anyone can help how to debug?&lt;br /&gt;
I used dbx tool to analyze the core file and got this:&lt;br /&gt;
pthdb_session.c, 833: 0 PTHDB_INTERNAL (internal error)&lt;br /&gt;
pthreaded.c, 1953: PTHDB_INTERNAL (internal error)&lt;/p&gt;
&lt;p&gt;IOT/Abort trap in _p_sigsuspend at 0xd01246f4&lt;br /&gt;
[untrusted: /usr/lib/libpthreads.a(shr_xpg5.o)] &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3460&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3460#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Thu, 24 Sep 2009 09:15:26 -0400</pubDate>
 <dc:creator>hplemon</dc:creator>
 <guid isPermaLink="false">3460 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Whats new in Java Open JDK 7</title>
 <link>http://www.javaworld.com/community/node/3458</link>
 <description>Open JDK 7

In addition to enhanced API&#039;s JDK7 highlights 5 new feature...

    * Modularity
    * Multi-Language Support
    * New Garbage Collector
    * NIO.2 New File System API
    * Additional Swing API

Virtual Machine Level Features

Compressed 64-bit object pointers
A technique for compressing 64-bit pointers to fit into 32 bits, which decreases memory and memory bandwidth consumption and thereby improves performance

Garbage-First GC (G1)
A new garbage collector that promises to achieve lower pause times and better predictability than the current CMS collector
 &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3458&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3458#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 24 Sep 2009 05:44:02 -0400</pubDate>
 <dc:creator>srikanth.s.nair</dc:creator>
 <guid isPermaLink="false">3458 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>use of -xbootClasspath</title>
 <link>http://www.javaworld.com/community/node/3455</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
    Why we have to use -XBootclasspath option while starting a JVM. Is that coming into picture when the Custom classloaders are used much and forces the jvm to load the classes from the path specified in the option ,using the parent Classloader of all classloader.&lt;br /&gt;
        And then why we need &quot;append&quot; and &quot;prepend&quot; options.&lt;br /&gt;
Please share ur views and knowledge.&lt;br /&gt;
Thanks,&lt;br /&gt;
kk&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/discussion&quot; class=&quot;og_links&quot;&gt;Community Discussion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3455#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1483">bootstrapclassloader</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1482">classloader</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Wed, 23 Sep 2009 11:03:46 -0400</pubDate>
 <dc:creator>kk1687</dc:creator>
 <guid isPermaLink="false">3455 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>eclipse ant jasper reports</title>
 <link>http://www.javaworld.com/community/node/3453</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hi guys... i&#039;ve just started learning about jasper reports... its been a week or 2 now and i still can&#039;t get any reports generated... is there any kind soul out there with a step by step tutorial on how to generate a simple report from scratch(installing jasper reports, ants &amp;amp; etc using eclipse ide)?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3453#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1481">eclipse ant jasper reports</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Tue, 22 Sep 2009 23:58:38 -0400</pubDate>
 <dc:creator>maoqiu</dc:creator>
 <guid isPermaLink="false">3453 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>The GridBagLayout</title>
 <link>http://www.javaworld.com/community/node/3445</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I want to use the GridBagLayout to add some compoent in my applicaiton.&lt;br /&gt;
My require is:&lt;br /&gt;
In a JFrame,spit it to 2 row and 2 colum. In the first row I want to add a JLabel and a JTextFiled,and I want the JLabel take the 20% width ,and the JtextField takes the rest 80%&lt;br /&gt;
How to implement it ?&lt;br /&gt;
Can I use the absoult size for the JLabel and other compoent only?for example label.setPreSize(100,10)? &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3445&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/tools&quot; class=&quot;og_links&quot;&gt;Tools and Methods&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3445#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Sun, 20 Sep 2009 07:50:20 -0400</pubDate>
 <dc:creator>apachemaven</dc:creator>
 <guid isPermaLink="false">3445 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>SCJP details with free SCJP dumps</title>
 <link>http://www.javaworld.com/community/node/3442</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;a href=&quot;http://sunjavasnips.blogspot.com/&quot;&gt;&amp;gt;SCJP details---just click here&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3442#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1477">SCJP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1478">SCJP dumps</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1479">SCWCD</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 18 Sep 2009 10:07:27 -0400</pubDate>
 <dc:creator>kumarfair30</dc:creator>
 <guid isPermaLink="false">3442 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Any Link B/n ArrayList and HashMap</title>
 <link>http://www.javaworld.com/community/node/3441</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/community/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3441#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/823">Java Language</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 18 Sep 2009 03:09:13 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3441 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>
