<?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/taxonomy/term/821</link>
 <description>Taxonomy in convenient list form</description>
 <language>en</language>
<item>
 <title>Why float type cast</title>
 <link>http://www.javaworld.com/community/node/8306</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;in java why float we has to be type cast i.e.  float a = (float)2.3; and and if 2.3 is consider as double then why there is a need for that ???&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>
 <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/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <pubDate>Tue, 31 Jan 2012 07:10:53 -0500</pubDate>
 <dc:creator>parveen.gupta.23091987</dc:creator>
 <guid isPermaLink="false">8306 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to execute a Callable Statement</title>
 <link>http://www.javaworld.com/community/node/8285</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;code&gt;import java.io.BufferedReader;&lt;br /&gt;
import java.io.IOException;&lt;br /&gt;
import java.io.InputStreamReader;&lt;br /&gt;
import java.sql.*;&lt;/p&gt;
&lt;p&gt;public class JoinTest {&lt;br /&gt;
public static void main(String[] args) {&lt;br /&gt;
	BufferedReader br = new BufferedReader(new InputStreamReader(System.in));&lt;br /&gt;
	try {&lt;br /&gt;
		System.out.println(&quot;Enter name of emp&quot;);&lt;br /&gt;
		String name=br.readLine();&lt;br /&gt;
		Class.forName(&quot;sun.jdbc.odbc.JdbcOdbcDriver&quot;);&lt;br /&gt;
		Connection con= DriverManager.getConnection(&quot;Jdbc:Odbc:JoinTest&quot;,&quot;sa&quot;,&quot;micro123&quot;);&lt;br /&gt;
		CallableStatement stmt = con.prepareCall(&quot;exec getPhone name&quot;);&lt;br /&gt;
		ResultSet rs=stmt.getResultSet(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8285&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Mon, 09 Jan 2012 02:18:36 -0500</pubDate>
 <dc:creator>Ankit Pandey</dc:creator>
 <guid isPermaLink="false">8285 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java AVL tree</title>
 <link>http://www.javaworld.com/community/node/8276</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi i am making an AVL tree and i am having some problems in the search method, because a null exception error is given when the program is ran. Here is my code. Can you pls implement for me the search method so the program will run. Thanks in advance&lt;/p&gt;
&lt;p&gt;package testavltree;&lt;/p&gt;
&lt;p&gt;import java.io.IOException;&lt;br /&gt;
import javax.swing.JOptionPane;&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
 *&lt;br /&gt;
 * @author Rapapc&lt;br /&gt;
 */&lt;br /&gt;
public class TestAVLTree {&lt;/p&gt;
&lt;p&gt;    public static void main(String[] args) throws IOException, Exception {&lt;br /&gt;
        System.out.println(&quot;your inorder traversal is:&quot;);&lt;br /&gt;
        AVLarray process = new AVLarray(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8276&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2364">Java Netbeans AVL tree</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Tue, 03 Jan 2012 07:42:12 -0500</pubDate>
 <dc:creator>mgau0047</dc:creator>
 <guid isPermaLink="false">8276 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>read inputstream works in office, not at home</title>
 <link>http://www.javaworld.com/community/node/8242</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I use NetBeans both at work and at home, v7.0.1. Recently, I developed a small program using HttpURLConnection to read web page and process the contents. It works fine in my office, but not at home! In the office, the whole html code is listed. At home, it stopped in the middle with socket reset or freeze forever. After many testing, I summarize my finding here:&lt;/p&gt;
&lt;p&gt;With higher chance (but not always) of success:&lt;br /&gt;
1. use read(byteArray, offset, length)&lt;br /&gt;
2. use byteArray size = inputStream length&lt;br /&gt;
3. write the byteArray to file immediately&lt;br /&gt;
4. small inputStream size (e.g web page small) &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8242&quot;&gt;&lt;br /&gt;&lt;br /&gt;Read more ...&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
 <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>
 <pubDate>Sun, 11 Dec 2011 22:26:59 -0500</pubDate>
 <dc:creator>senderj</dc:creator>
 <guid isPermaLink="false">8242 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Character.reverseBytes error!</title>
 <link>http://www.javaworld.com/community/node/8233</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello,&lt;br /&gt;
I have written some code to encrypt the contents of a textfile by using the method Character.reverseBytes as shown below:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
    try {&lt;br /&gt;
        reader = new BufferedReader(new FileReader(file));&lt;br /&gt;
        writer = new BufferedWriter(new FileWriter(outfile));&lt;br /&gt;
        String text = &quot;&quot;;&lt;br /&gt;
        // repeat until all lines are read&lt;br /&gt;
        while ((text = reader.readLine()) != null) {&lt;br /&gt;
            String reverseText = &quot;&quot;;&lt;br /&gt;
            for (int i=0; i &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8233&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>
 <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/corejava">Core Java</group>
 <pubDate>Thu, 01 Dec 2011 10:53:19 -0500</pubDate>
 <dc:creator>stratosb</dc:creator>
 <guid isPermaLink="false">8233 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>regarding row reading from Mysql ..</title>
 <link>http://www.javaworld.com/community/node/8220</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i am trying to read rows from mysql database.like &lt;/p&gt;
&lt;p&gt;............&lt;br /&gt;
.........&lt;br /&gt;
while(rs.next){&lt;/p&gt;
&lt;p&gt;x=rs.getstring(&quot;columnname&quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;my question is when a row is readed some action is to be perfromed.but in this case control goes to next row before completion of task.&lt;/p&gt;
&lt;p&gt;how to handle it ,please help me if anyone aware of it.&lt;/p&gt;
&lt;p&gt;Thanks ,&lt;br /&gt;
krishna umareddy.&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>
 <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>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Mon, 14 Nov 2011 01:33:50 -0500</pubDate>
 <dc:creator>krishna523</dc:creator>
 <guid isPermaLink="false">8220 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to manage a dbms with multimedia content in java - jdbc(client /server)</title>
 <link>http://www.javaworld.com/community/node/8208</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I am an old timer from the 90s so java7 is a bit of a shock to me as ima an SCJP for java 2 platform from 2000.&lt;/p&gt;
&lt;p&gt;Please suggest the best way to manage a multimedia databse containg (*.jpg and *.au) files in a DBMS or RDBMS using JDBC for both client(Standalone java application) and server side(Servlets).&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/835">Architecture and Scalability</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <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/843">Data Management and RDBMS</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <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/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</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>
 <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/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/822">Java Security</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/862">Java Traps</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2343">JDBC programming using binary streams for BLOBs</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/864">Under the Hood</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>Mon, 07 Nov 2011 09:54:46 -0500</pubDate>
 <dc:creator>arunrajp</dc:creator>
 <guid isPermaLink="false">8208 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>how can i solve this problem ?</title>
 <link>http://www.javaworld.com/community/node/8206</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hi ,&lt;br /&gt;
i have a situation in my code where i need to delete an object&lt;br /&gt;
because , my problem is&lt;br /&gt;
i have a jtree , which is getting created each time user click a button&lt;br /&gt;
like &lt;code&gt; new jtree();&lt;/code&gt; i m doing this because of my requirements&lt;br /&gt;
so each jtree object has &lt;code&gt;Object filename = node.getUserObject();&lt;/code&gt; which gives me what i have selected at tree selection listener&#039;s event&lt;br /&gt;
so suppose i have clicked a button 3 times so as a result i have 3 instance of jtree and each jtree object has fileName instance variable &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8206&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 04 Nov 2011 02:15:22 -0400</pubDate>
 <dc:creator>naved</dc:creator>
 <guid isPermaLink="false">8206 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Unable to create soft-link in ubuntu</title>
 <link>http://www.javaworld.com/community/node/8176</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;i m writing an app in which i want to create soft-link of files. I m using java for that and my code is :-&lt;/p&gt;
&lt;p&gt;public static void crtsftlnk(String trgt, String sftlnk)&lt;br /&gt;
{&lt;br /&gt;
try {&lt;br /&gt;
Process proc;&lt;br /&gt;
Runtime rt = Runtime.getRuntime();&lt;br /&gt;
proc = rt.exec(&quot;ln -s &quot;+trgt+&quot; &quot;+sftlnk);&lt;br /&gt;
BufferedReader br = new BufferedReader(new InputStreamReader(proc.getInputStream()));&lt;/p&gt;
&lt;p&gt;String line;&lt;br /&gt;
while ((line = br.readLine()) != null)&lt;br /&gt;
{&lt;br /&gt;
System.out.println(line);&lt;br /&gt;
}&lt;br /&gt;
} catch (Exception e)&lt;br /&gt;
{&lt;br /&gt;
//e.printStackTrace();&lt;br /&gt;
}&lt;br /&gt;
} &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8176&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>
 <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/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2320">linux-command</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2319">soft-links</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>Sat, 15 Oct 2011 02:31:03 -0400</pubDate>
 <dc:creator>r4jiv007</dc:creator>
 <guid isPermaLink="false">8176 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How do I access the POI Jakarta?</title>
 <link>http://www.javaworld.com/community/node/8134</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi, I&#039;m trying to write a program that needs to access excel&lt;/p&gt;
&lt;p&gt;I&#039;ve never worked with POI Jakarta before and I do not know how to import correctly&lt;/p&gt;
&lt;p&gt;I downloaded poi-src3.8beta file and unzipped it and it spits out a folder.&lt;/p&gt;
&lt;p&gt;what do i do with this?&lt;/p&gt;
&lt;p&gt;I tried to import using statements&lt;br /&gt;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;&lt;br /&gt;
import org.apache.poi.hssf.usermodel.HSSFSheet;&lt;br /&gt;
import org.apache.poi.hssf.usermodel.HSSFRow;&lt;br /&gt;
import org.apache.poi.hssf.usermodel.HSSFCell;&lt;/p&gt;
&lt;p&gt;but none of them seem to work. &lt;/p&gt;
&lt;p&gt;how do i address this issue?&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>
 <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/corejava">Core Java</group>
 <pubDate>Wed, 21 Sep 2011 15:16:57 -0400</pubDate>
 <dc:creator>yjs1210</dc:creator>
 <guid isPermaLink="false">8134 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Dynamic Loading of Classes</title>
 <link>http://www.javaworld.com/community/node/8133</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hai everyone&lt;/p&gt;
&lt;p&gt;I am having an application that includes two jars in its source path.&lt;br /&gt;
These two jars have same set(named) of classes.&lt;/p&gt;
&lt;p&gt;For instance there are two packages: Package1 and Package2.&lt;br /&gt;
Both have same set of static classes.&lt;/p&gt;
&lt;p&gt;When I have reference to one such static class class from MYCODE, it gives a compile time error. The compiler doesn&#039;t know from which Package should it consider.&lt;/p&gt;
&lt;p&gt;It gives the following error while compiling:&lt;br /&gt;
Cannot resolve to a type.&lt;/p&gt;
&lt;p&gt;How do I resolve it.&lt;br /&gt;
Thank you&lt;br /&gt;
Have a nice day&lt;/p&gt;
&lt;p&gt;With regards&lt;br /&gt;
Mani&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>
 <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/2315">Picking up the right class when two packages having same classes exist</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Wed, 21 Sep 2011 03:26:09 -0400</pubDate>
 <dc:creator>vddmanikanta@gmail.com</dc:creator>
 <guid isPermaLink="false">8133 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Copy text from EXCEL in to Java</title>
 <link>http://www.javaworld.com/community/node/8122</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Daily grind at work requires me to copy and paste text in to a Java based company intranet web page. This is a labor intensive task due to the volume of data needing to be input. Using my mouse all day for this task is insane.&lt;/p&gt;
&lt;p&gt;How is it possible to copy text from EXCEL and paste it in to a java based web page using VBA from Excel? Please describe as many characteristics of this process as possible and sources of potential VBA code.&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2307">copy and paste to Java from Excel</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/911">excel</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2308">Paste in to Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2309">VBA macro</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, 13 Sep 2011 15:31:05 -0400</pubDate>
 <dc:creator>redrasp12</dc:creator>
 <guid isPermaLink="false">8122 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>sahi framework</title>
 <link>http://www.javaworld.com/community/node/8121</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;you forgot sahi framework, which falls in the category of IDE and scripting&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</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/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/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Tue, 13 Sep 2011 06:03:21 -0400</pubDate>
 <dc:creator>ejaenv</dc:creator>
 <guid isPermaLink="false">8121 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Limited mainly to untrusted applets</title>
 <link>http://www.javaworld.com/community/node/8113</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Although the article does not mention it explicitly, these recommndations are primarily aimed for applications running as untrusted applets in a browser.  Trusted applets or applications using the normal system classpath (Java desktop applications or Java EE applications) can anyway use the Java reflection API to bypass most of those restrictions (by calling for instance &quot;setAccessible&quot;).&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/822">Java Security</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Fri, 02 Sep 2011 10:13:51 -0400</pubDate>
 <dc:creator>metatech</dc:creator>
 <guid isPermaLink="false">8113 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>great article!</title>
 <link>http://www.javaworld.com/community/node/8084</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;great article!&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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/837">Java ME</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>Mon, 25 Jul 2011 17:32:31 -0400</pubDate>
 <dc:creator>clin</dc:creator>
 <guid isPermaLink="false">8084 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>DevOps will lead to a new set of dev and test tools</title>
 <link>http://www.javaworld.com/community/node/8071</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Very well written. DevOps will make applications reflect user behavior more closely with application changes all the time. The dev and test tools for continuous development are just becoming mainstream. We have just launched the first performance testing solution for DevOps - blitz.io - which you will soon see integrated in the leading PaaS platforms.&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/835">Architecture and Scalability</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/843">Data Management and RDBMS</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</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/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/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/833">Web Services and SOA</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Wed, 13 Jul 2011 01:26:51 -0400</pubDate>
 <dc:creator>sancheti</dc:creator>
 <guid isPermaLink="false">8071 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Oracle open source</title>
 <link>http://www.javaworld.com/community/node/8035</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i think you are right, Oracle open source should focus for making money rather to see big empires.&lt;/p&gt;
&lt;p&gt;regards,&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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/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/854">Software Development Tools</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Sat, 02 Jul 2011 00:23:04 -0400</pubDate>
 <dc:creator>calvin77becker</dc:creator>
 <guid isPermaLink="false">8035 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to associate couple of programs, each to its needed java . </title>
 <link>http://www.javaworld.com/community/node/8022</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello,&lt;br /&gt;
We have about 6 products who uses java.&lt;br /&gt;
Every product needs its own java version and distributor (java sun, java IBM ...).&lt;br /&gt;
How should I configure that every program will get and use the specific java it needs ?&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/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 26 Jun 2011 03:48:18 -0400</pubDate>
 <dc:creator>isotoper</dc:creator>
 <guid isPermaLink="false">8022 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Java Application</title>
 <link>http://www.javaworld.com/community/node/8010</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I&#039;m in the process of creating a java application for users to create electronic timesheets.  After I&#039;m finished with coding, how can i make my program a file that users can run on their machines as an actual application?  &lt;/p&gt;
&lt;p&gt;Users are all using Microsoft XP if it matters.&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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/282">Eclipse</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</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>Wed, 22 Jun 2011 09:11:34 -0400</pubDate>
 <dc:creator>pedrito287</dc:creator>
 <guid isPermaLink="false">8010 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Good</title>
 <link>http://www.javaworld.com/community/node/7721</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I really liked it and thanks for sharing.&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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/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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Sat, 28 May 2011 00:45:19 -0400</pubDate>
 <dc:creator>pararudalf</dc:creator>
 <guid isPermaLink="false">7721 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>source code</title>
 <link>http://www.javaworld.com/community/node/7658</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need some source code get I can learned if you can help me some  more i will grateful.( espcially java code)&lt;/p&gt;
&lt;p&gt;sent to :ars_telkom@yahoo.com&lt;br /&gt;
cc: &lt;a href=&quot;mailto:andhika_rahmad@plasa.com&quot; rel=&quot;nofollow&quot;&gt;andhika_rahmad@plasa.com&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Fri, 29 Apr 2011 19:33:44 -0400</pubDate>
 <dc:creator>andhika_rahmad</dc:creator>
 <guid isPermaLink="false">7658 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Oops rules conflict</title>
 <link>http://www.javaworld.com/community/node/7650</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The getDeclaredFields() method in the package called java.lang.Class  returns all the declared variables inside a class including private variables. But as per the rule of Oops concept a private variable should not get accessible at the outside of the class.&lt;/p&gt;
&lt;p&gt;can any one give a clarification about this.?&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>
 <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/tools">Tools and Methods</group>
 <pubDate>Wed, 27 Apr 2011 08:44:28 -0400</pubDate>
 <dc:creator>nandhakumar</dc:creator>
 <guid isPermaLink="false">7650 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Dynamic check boxes in java </title>
 <link>http://www.javaworld.com/community/node/7638</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I was asking how could i create dynamic check boxes in java on a button press,especially without knowing the bounds of each check box.Then remove all checked boxes on another button press.Here is my manually created check boxes code&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;cb1=new JCheckBox(&amp;quot;Task 1&amp;quot;);&lt;br /&gt;cb2=new JCheckBox(&amp;quot;Task 2&amp;quot;);&lt;br /&gt;cb3=new JCheckBox(&amp;quot;Task 3&amp;quot;);&lt;br /&gt;cb4=new JCheckBox(&amp;quot;Task 4&amp;quot;);&lt;br /&gt;cb5=new JCheckBox(&amp;quot;Task 5&amp;quot;);&lt;br /&gt;cb6=new JCheckBox(&amp;quot;Task 6&amp;quot;);&lt;br /&gt;addTask= new JButton(&amp;quot;Add Task&amp;quot;);&lt;br /&gt;removeTask= new JButton(&amp;quot;Remove Checked&amp;quot;);&lt;br /&gt;addTask.addActionListener(this);&lt;br /&gt;removeTask.addActionListener(this);&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/corejava&quot; class=&quot;og_links&quot;&gt;Core Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 22 Apr 2011 10:05:11 -0400</pubDate>
 <dc:creator>Fatema Mohsen</dc:creator>
 <guid isPermaLink="false">7638 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>JavaOne 2011</title>
 <link>http://www.javaworld.com/community/node/7625</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My development team is largely Java based. I am aware of Devoxx and would hope to attend next year, but what are the other conferences that would be useful for my requirements?&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/mobile&quot; class=&quot;og_links&quot;&gt;Mobile Java&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/883">Agile/Lean/XP</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/840">Application Servers</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/835">Architecture and Scalability</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/824">Client-side Java</category>
 <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/843">Data Management and RDBMS</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/825">Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/856">Design Techniques</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/836">Enterprise Best Practices</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/830">Enterprise Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/858">Java 101</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/831">Java and XML</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/838">Java Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/839">Java IDEs</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>
 <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/860">Java Q&amp;amp;A</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/822">Java Security</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/884">Java Tip</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/861">Java Tips</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/862">Java Traps</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/834">Java Web Development</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/33">javaone</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/19">mysql</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/463">Oracle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/379">Python</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/842">Scripting and Other Languages</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/863">Server-Side Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/845">Software Development Lifecycle</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/846">Software Development Methodologies</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/854">Software Development Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/828">Swing/GUI Programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/855">Testing and Debugging</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/864">Under the Hood</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <pubDate>Tue, 19 Apr 2011 03:05:52 -0400</pubDate>
 <dc:creator>t3chno</dc:creator>
 <guid isPermaLink="false">7625 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Judges face</title>
 <link>http://www.javaworld.com/community/node/7617</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I would like to see judges face when he try to understand what&#039;s the class and what&#039;s the object :)&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/node/1477&quot; class=&quot;og_links&quot;&gt;JW Talkback&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.javaworld.com/community/taxonomy/term/832">AJAX, RIA and Web 2.0</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/821">Core Java</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/837">Java ME</category>
 <group domain="http://www.javaworld.com/community/node/1477">JW Talkback</group>
 <pubDate>Wed, 13 Apr 2011 04:00:34 -0400</pubDate>
 <dc:creator>OrganizedDocs</dc:creator>
 <guid isPermaLink="false">7617 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

