<?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>Java Programming Concepts</title>
 <link>http://www.javaworld.com/community/taxonomy/term/829</link>
 <description>Taxonomy in convenient list form</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>How to learn Designing in Java</title>
 <link>http://www.javaworld.com/community/node/3633</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have been a java programmer for few years now. I have learnt java progamming concepts and apis and few design patterns. Now i would like to learn how to be very good at designing java applications on my own. Even thoough i know few design patterns, i am unable to start designing applications. For example, what are the things that i should learn to decide when should the class should be abstract or by looking at a code i should be able to tell that this class should actually  be an interface and should have sub classes etc.&lt;/p&gt;
&lt;p&gt;Could you please guide me to learn things like these.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3633#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <pubDate>Mon, 02 Nov 2009 04:39:18 -0500</pubDate>
 <dc:creator>sreedhar37</dc:creator>
 <guid isPermaLink="false">3633 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>I agree</title>
 <link>http://www.javaworld.com/community/node/3595</link>
 <description>As a developper I must agree that I hate having to relearn syntax and tool/method names for everything I already know. Usually the new language will not bring any advantages unless it is a domain specific language that addresses the problems of the project (concurrency, portability, ...).&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3595#comments</comments>
 <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/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Sat, 24 Oct 2009 11:06:06 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3595 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>a little help for html parser</title>
 <link>http://www.javaworld.com/community/node/3527</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi dear,&lt;/p&gt;
&lt;p&gt;So, i need help to how can i open this website &lt;a href=&quot;http://hyle.appspot.com/palinsesto/rai1&quot; title=&quot;http://hyle.appspot.com/palinsesto/rai1&quot;&gt;http://hyle.appspot.com/palinsesto/rai1&lt;/a&gt; and extract on my JVM the text about time 21:00 and text followed ?? (so, i have to extract text from  html tags.)&lt;/p&gt;
&lt;p&gt;I know the existing extending class public class HTMLParserCallback extends HTMLEditorKit.ParserCallback but i cant&#039; understand how implents it for this my excercise.&lt;/p&gt;
&lt;p&gt;is possible my method will be it ?&lt;/p&gt;
&lt;p&gt;import javax.swing.text.MutableAttributeSet;&lt;br /&gt;
import javax.swing.text.html.HTML;&lt;br /&gt;
import javax.swing.text.html.HTMLEditorKit; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3527&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3527#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <pubDate>Sun, 11 Oct 2009 16:47:18 -0400</pubDate>
 <dc:creator>fighterJJ</dc:creator>
 <guid isPermaLink="false">3527 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>joshnguyen</title>
 <link>http://www.javaworld.com/community/node/3503</link>
 <description>Lần 1: 
[url=http://www.aaa-ch.net/]風俗[/url]
[url=http://www.aaa-ch.net/]デリヘル[/url]
[url=http://www.aaa-ch.net/m/]風俗[/url]
[url=http://www.aaa-ch.net/area.php?category=2000]デリヘル 風俗[/url]
[url=http://www.akibain.com/]エロゲー[/url]
[url=http://www.pure-soapland.com/i/]ソープランド[/url]
[url=http://www.pure-soapland.com/i/]吉原 ソープランド[/url]
[url=http://chuh.jp/]出会い[/url]
[url=http://pc.chuh.jp/]出会い[/url]
[url=http://www.erogle.net/m/]デリヘル[/url]
[url=http://www.pure-soapland.com/chiiki/susukino/]すすきの ソープラ &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3503&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.javaworld.com/community/node/3503#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core 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/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Tue, 06 Oct 2009 21:29:06 -0400</pubDate>
 <dc:creator />
 <guid isPermaLink="false">3503 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>java.lang.IllegalStateException: strict servlet API : cannot call getWriter after getOutputStream() </title>
 <link>http://www.javaworld.com/community/node/3473</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
My &lt;a class=&quot;zem_slink&quot; href=&quot;http://en.wikipedia.org/wiki/Java_Servlet&quot; title=&quot;Java Servlet&quot; rel=&quot;wikipedia&quot;&gt;servlet&lt;/a&gt; is as follows. It just opens a dialog on the basis of the filetype. The filetype can be html, xml, csv or pdf.  &lt;/p&gt;
&lt;p&gt;&amp;lt;%@ page contentType=&quot;text/xml; charset=UTF-8&quot;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
	JspHelper jspHelper = new JspHelper();&lt;/p&gt;
&lt;p&gt;    FlexibleReportJobJspBean jspBean = new FlexibleReportJobJspBean();&lt;br /&gt;
    FlexibleReportJob reportBean = jspBean.getFlexReportConvBean();&lt;br /&gt;
    try&lt;br /&gt;
    {&lt;br /&gt;
		String reportCode = request.getParameter(&quot;reportCd&quot;); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3473&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/3473#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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/343">servlet</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Mon, 28 Sep 2009 02:44:07 -0400</pubDate>
 <dc:creator>puneet21</dc:creator>
 <guid isPermaLink="false">3473 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>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>
<item>
 <title>Multi-thread programming in Solaris platform</title>
 <link>http://www.javaworld.com/community/node/3438</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Well, I just read a point of view from the Java book:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For the runtime on a Solaris Operating Environment platform, Java technology does not preempt threads of the same priority. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I don&#039;t really believe this point so I install a Solaris 10 X86 version under my VMWare virtual machine. &lt;/p&gt;
&lt;p&gt;By running these code, I found some different result:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;class Test {&lt;br /&gt;
	public static void main(String[] args) {&lt;br /&gt;
		Thread t1 = new Thread(new T1());&lt;br /&gt;
		Thread t2 = new Thread(new T2());&lt;br /&gt;
		t1.setPriority(Thread.NORM_PRIORITY);&lt;br /&gt;
		t2.setPriority(Thread.NORM_PRIORITY); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3438&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3438#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/1474">Multi-thread</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1475">Multithread</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/76">solaris</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <pubDate>Thu, 17 Sep 2009 09:52:06 -0400</pubDate>
 <dc:creator>vincere</dc:creator>
 <guid isPermaLink="false">3438 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>About XML</title>
 <link>http://www.javaworld.com/community/node/3436</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;What are  possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.&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/3436#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/727">xml</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, 17 Sep 2009 02:24:01 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3436 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>About XML</title>
 <link>http://www.javaworld.com/community/node/3435</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;What are  possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.&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/3435#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/727">xml</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Thu, 17 Sep 2009 02:17:44 -0400</pubDate>
 <dc:creator>Rajendra007</dc:creator>
 <guid isPermaLink="false">3435 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>javax.servlet.ServletException: Exception creating bean of class </title>
 <link>http://www.javaworld.com/community/node/3410</link>
 <description>&lt;!--paging_filter--&gt;&lt;p class=&quot;MsoNormal&quot;&gt;Hi,&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;I got the following error while running&lt;br /&gt;
sample struts application. I would appreciate any&lt;br /&gt;
help.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;struts version= 1.1&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3410&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/3410#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/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1465">javax.servlet.ServletException: Exception creating bean of class</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Fri, 11 Sep 2009 16:33:44 -0400</pubDate>
 <dc:creator>ghazaal</dc:creator>
 <guid isPermaLink="false">3410 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Display JComboBox in a JTable</title>
 <link>http://www.javaworld.com/community/node/3403</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Help!!&lt;br /&gt;
I&#039;ve managed to get a JComboBox into a single cell in a JTable&lt;br /&gt;
but it is not visible as a JComboBox unless the user actually&lt;br /&gt;
clicks on it.&lt;br /&gt;
I&#039;m assuming it is possible to make this component visible..&lt;br /&gt;
Thanks in advance&lt;br /&gt;
Ben&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/3403#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <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/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 10 Sep 2009 11:16:33 -0400</pubDate>
 <dc:creator>ttelloow</dc:creator>
 <guid isPermaLink="false">3403 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>java program</title>
 <link>http://www.javaworld.com/community/node/3401</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;define a class name student.In clude the following members(at least these,possibly others):&lt;br /&gt;
Data members(all must be in PRIVATE)&lt;br /&gt;
name(string)&lt;br /&gt;
GPA(double)&lt;br /&gt;
rank(char)-possible values are&lt;br /&gt;
&#039;f&#039; (freshman), &#039;s&#039; (sophomore),&#039;j&#039; (junior),&#039;r&#039;(senior)&lt;br /&gt;
NOTE: Values for the 1st 3 data members for each student object are read in from the command line.&lt;br /&gt;
Method Members&lt;br /&gt;
a get and set methods (each one public) for each data member&lt;br /&gt;
eg:public void setName(String sName)&lt;br /&gt;
eg: public String getName() &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3401&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/3401#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>Thu, 10 Sep 2009 10:30:34 -0400</pubDate>
 <dc:creator>kalyanbv1000</dc:creator>
 <guid isPermaLink="false">3401 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>What is the Main Use of Class.forName() Methods </title>
 <link>http://www.javaworld.com/community/node/3395</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All,&lt;br /&gt;
        Can someone put lights in to the topics&lt;br /&gt;
              1. Advantages of Class.forName() methods&lt;br /&gt;
              2. The Best Practices that we can do to make use of the Advantages&lt;br /&gt;
Thanks in Advance.&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/3395#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/corejava">Core Java</group>
 <pubDate>Tue, 08 Sep 2009 11:10:23 -0400</pubDate>
 <dc:creator>kk1687</dc:creator>
 <guid isPermaLink="false">3395 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Multithreading in Java</title>
 <link>http://www.javaworld.com/community/node/3382</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;strong&gt;Multithreading&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Usually a program has logic to execute and some objects or data to modify. In a single threaded system program executes in a sequence line by line. Multithreaded system can allow multiple threads to execute a program parallel in multiple instances. If there is any part of code dealing with the object data modification, there is no guarantee that it will not be attempted any more than one thread at a time. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3382&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/3382#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/1458">multithreading</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1457">multithreading in java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1120">synchronisation</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1459">threads in java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Sun, 06 Sep 2009 09:00:50 -0400</pubDate>
 <dc:creator>manjulx</dc:creator>
 <guid isPermaLink="false">3382 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Make reflection as fast as direct calls </title>
 <link>http://www.javaworld.com/community/node/3381</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Probably most programmers know reflection: it’s a quite easy way for adding dynamic (scripting-like) possibilities in static languages like Java or C#. Unfortunately, reflection is blamed for being as slow as scripting languages – even few hundred times, however this can be easily optimized. In this article I’ll show you how to make reflection as fast as direct usage of methods or fields in class. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3381&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/3381#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/826">Java Platform APIs</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1456">java reflection FastMethod</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sat, 05 Sep 2009 07:12:29 -0400</pubDate>
 <dc:creator>iirekm</dc:creator>
 <guid isPermaLink="false">3381 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>SWING</title>
 <link>http://www.javaworld.com/community/node/3365</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;HERE IS CODE BELOW I USED&lt;/p&gt;
&lt;p&gt;import javax.swing.JFrame;&lt;br /&gt;
import java.awt.Container;&lt;br /&gt;
import javax.swing.JList;&lt;br /&gt;
import javax.swing.ListSelectionModel;&lt;br /&gt;
import javax.swing.JScrollPane;&lt;br /&gt;
import java.awt.Dimension;&lt;/p&gt;
&lt;p&gt;public class ScrollList extends JFrame {&lt;br /&gt;
   final int defaultValue = 20;&lt;br /&gt;
   private javax.swing.JLabel jLabel1;&lt;br /&gt;
    private javax.swing.JLabel jLabel10;&lt;br /&gt;
    private javax.swing.JLabel jLabel11;&lt;br /&gt;
    private javax.swing.JLabel jLabel12;&lt;br /&gt;
    private javax.swing.JLabel jLabel13;&lt;br /&gt;
    private javax.swing.JLabel jLabel14;&lt;br /&gt;
    private javax.swing.JLabel jLabel15; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/3365&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/3365#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1450">I HAVE DESIGNED GUI IN NET BEANS USING SWINGS BUT AFTER EXECUTIING CODE I AM NOT GETTING FULL OUTPUT</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Sat, 29 Aug 2009 03:03:21 -0400</pubDate>
 <dc:creator>nitinise</dc:creator>
 <guid isPermaLink="false">3365 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to create checkboxes at runtime?</title>
 <link>http://www.javaworld.com/community/node/3260</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;br /&gt;
I have a need to create a checkbox list based on the contents read from a file at runtime. Once established, the user selects/deselects the approriate item checkboxes and then clicks a button to process those selected checkboxes.  I have seen plenty of examples where the checkboxes are known prior to runtime, but for my application, this is not possible.&lt;br /&gt;
Thanks for any assistance&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3260#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1398">checkbox</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1399">dynamic</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1400">runtime</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <pubDate>Tue, 28 Jul 2009 20:29:26 -0400</pubDate>
 <dc:creator>stevev</dc:creator>
 <guid isPermaLink="false">3260 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>object oriented</title>
 <link>http://www.javaworld.com/community/node/3243</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;is java a Fully Object oriented language or not&lt;br /&gt;
give me the reasons for each of ur answer.&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/3243#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1395">java is object oriented</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>Sat, 25 Jul 2009 01:10:00 -0400</pubDate>
 <dc:creator>anshu77777</dc:creator>
 <guid isPermaLink="false">3243 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>object oriented</title>
 <link>http://www.javaworld.com/community/node/3242</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;is java a Fully Object oriented language or not&lt;br /&gt;
give me the reasons for each of ur answer.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3242#comments</comments>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1395">java is object oriented</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <pubDate>Sat, 25 Jul 2009 01:07:32 -0400</pubDate>
 <dc:creator>anshu77777</dc:creator>
 <guid isPermaLink="false">3242 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>java</title>
 <link>http://www.javaworld.com/community/node/3240</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;what is means of creating an object in java.what happen internally when we create object and how it accessed. how compiler treated object.&lt;/p&gt;
</description>
 <comments>http://www.javaworld.com/community/node/3240#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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1394">object in java</category>
 <pubDate>Sat, 25 Jul 2009 00:32:19 -0400</pubDate>
 <dc:creator>anshu77777</dc:creator>
 <guid isPermaLink="false">3240 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>
