<?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</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>Gotfocus event</title>
 <link>http://www.javaworld.com/community/node/8248</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;when we use shift+tab the controls goes back and select the value in the field&lt;br /&gt;
how can we do the same programmically through java swing&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/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/discussion">Community Discussion</group>
 <pubDate>Thu, 15 Dec 2011 07:56:52 -0500</pubDate>
 <dc:creator>sjohnfernandas</dc:creator>
 <guid isPermaLink="false">8248 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Hibernate query for joining two tables.</title>
 <link>http://www.javaworld.com/community/node/8221</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I need to join two tables User and Employee. And the query will be like,&lt;/p&gt;
&lt;p&gt;List list = hibernateTemplate.find(&quot;from User u left join fetch u.employee e&quot;);&lt;/p&gt;
&lt;p&gt;So what I have to do in the User,Employee POJO.&lt;br /&gt;
SQL requirement is SELECT userName,firstName from Employee as e LEFT JOIN User as u ON u.userId = e. userId.&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/319">Hibernate</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/303">Spring</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/844">Web Application Frameworks</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>Mon, 14 Nov 2011 05:40:09 -0500</pubDate>
 <dc:creator>lofa in</dc:creator>
 <guid isPermaLink="false">8221 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 to remove prefix from target namespace </title>
 <link>http://www.javaworld.com/community/node/8204</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi All, &lt;/p&gt;
&lt;p&gt;I am new to this forum.&lt;br /&gt;
I am working on java web services. I am using &quot;wsdl2java&quot; tool to create a java stub file.&lt;br /&gt;
In my wsdl file value of targetnamespace is &quot;urn:HPD_IncidentInterface_Create_WS&quot; but i want to remove this urn prefix from java stub file.&lt;br /&gt;
I can&#039;t change wsdl file as it is application generated so is there any way to do this. &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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</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>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 03 Nov 2011 03:28:29 -0400</pubDate>
 <dc:creator>hemant89</dc:creator>
 <guid isPermaLink="false">8204 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>If else if else if else!!!!!</title>
 <link>http://www.javaworld.com/community/node/8132</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I am parsing a string where the number of words is always changing. Since I have a minimum number of 1 word and max of 12 I wrote this function:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
private void initializeParts(Scanner scanner) {&lt;br /&gt;
		if ( scanner.hasNext() )   // replace with a function/switch case for a better coding practice&lt;br /&gt;
		{&lt;br /&gt;
			part1 = scanner.next();&lt;/p&gt;
&lt;p&gt;			if(scanner.hasNext())&lt;br /&gt;
			{&lt;br /&gt;
				part2 = scanner.next();&lt;br /&gt;
			}&lt;br /&gt;
			if(scanner.hasNext())&lt;br /&gt;
			{&lt;br /&gt;
				part3 = scanner.next();&lt;br /&gt;
			}&lt;br /&gt;
			if(scanner.hasNext())&lt;br /&gt;
			{&lt;br /&gt;
				part4 = scanner.next();&lt;br /&gt;
			}&lt;br /&gt;
			if(scanner.hasNext())&lt;br /&gt;
			{&lt;br /&gt;
				part5 = scanner.next(); &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8132&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/2314">java best practices</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/2313">reading strings</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2312">Scanner</category>
 <pubDate>Tue, 20 Sep 2011 15:15:44 -0400</pubDate>
 <dc:creator>garnaout</dc:creator>
 <guid isPermaLink="false">8132 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Avoid a cast when using class literals</title>
 <link>http://www.javaworld.com/community/node/8131</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hello. I have a question on java type safety.&lt;/p&gt;
&lt;p&gt;I have a method that accepts a class literal and (for sake of argument) returns an instance of any class (in fact there is slightly more to it). &lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;Circle c = (Circle)this.returnInstance(Circle.class);&lt;br /&gt;
//removed exception handling&lt;/p&gt;
&lt;p&gt;private Object returnInstance(Class c) throws Exception {&lt;br /&gt;
		return c.newInstance();&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;My question is - is there any way to avoid performing the CAST (here, on the Circle instance) in the calling code?&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;br /&gt;
B&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/2311">Avoid a cast possibly using generics?</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>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Tue, 20 Sep 2011 08:07:13 -0400</pubDate>
 <dc:creator>bonzo101</dc:creator>
 <guid isPermaLink="false">8131 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>&#039;TIMER&#039; Rule For Java Coding - Guidelines</title>
 <link>http://www.javaworld.com/community/node/8124</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&#039;TIMER&#039; rules for Coding&lt;/p&gt;
&lt;p&gt;Poor coding has always been nightmare for the project managers and development managers who are wholly resoponsible for the code delivery and are owners of the same.for many years there has been attempts made to educate the developer to follow the coding standards etc, but practically the coding standards in almost 70% of companies still stand the same. I hereby try to present rules that can be easily remembered by a developer while the person is doing the coding and can eventually check his code before delivery.&lt;/p&gt;
&lt;p&gt;T – Testable Code &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8124&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/856">Design Techniques</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>
 <pubDate>Thu, 15 Sep 2011 04:32:31 -0400</pubDate>
 <dc:creator>hemal.shah</dc:creator>
 <guid isPermaLink="false">8124 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Inheritence problem(a demo form Thing in java)</title>
 <link>http://www.javaworld.com/community/node/8089</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;while reading Thinking in java, I get confused when I saw the example below(the example is in page 290, Chapter polymorphism):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;public class PrivateOverride{&lt;br /&gt;private void f(){print(&amp;quot;private f()&amp;quot;);}&lt;br /&gt;public static void main(){&lt;br /&gt;PrivateOverride po = new Derived();&lt;br /&gt;po.f();&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;class Derived extends PrivateOverride{&lt;br /&gt;public void f(){print(&amp;quot;public f()&amp;quot;)}&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
the result is private f();&lt;br /&gt;
I have two confusions: &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/8089&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/2303">inheritence</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>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 07 Aug 2011 03:25:04 -0400</pubDate>
 <dc:creator>ljjy23</dc:creator>
 <guid isPermaLink="false">8089 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Soft Singleton Idiom</title>
 <link>http://www.javaworld.com/community/node/7692</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;There are two ways singletons are created using the Double Check Locking and the Holder Idiom for lazy loading. Both of them create a static singleton object which does not help garbage collection much.&lt;br /&gt;
In search of a new way to create singleton without using static object came across this solution which gets rid of creating object in static way and also helps garbage collection as we wrap singleton object with Soft Reference.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
package com.singleton;&lt;/p&gt;
&lt;p&gt;import java.lang.ref.SoftReference;&lt;br /&gt;
import java.util.ArrayList;&lt;br /&gt;
import java.util.List; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7692&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>
 <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/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</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, 18 May 2011 09:32:07 -0400</pubDate>
 <dc:creator>ajitkoti</dc:creator>
 <guid isPermaLink="false">7692 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>must be done on netbeans6.9...please help me out buddies</title>
 <link>http://www.javaworld.com/community/node/7684</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Design and code a small Object Database System which is to hold a number of Mobile Smart Phone details.&lt;/p&gt;
&lt;p&gt;Here is a simple inheritance diagram of the classes and interface required.&lt;/p&gt;
&lt;p&gt;The OSInterface is to contain the following: An Array of operating Systems for the phones.&lt;/p&gt;
&lt;p&gt;This code is supplied to you as follows:&lt;/p&gt;
&lt;p&gt;public interface OSInterface {&lt;/p&gt;
&lt;p&gt;     String  [] OSName =  {&quot;Android&quot;,&quot;ProprietaryOS&quot;,&quot;AppleIOS4&quot;,&quot;BradoOS&quot;,&quot;Windows7&quot;,&quot;BadaOS&quot;,&quot;Nokia Series40&quot;,&quot;SymbianOS&quot;}; &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7684&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/882">Community Update</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/881">Current stuff</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/857">How-To Java</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/859">Java Design Patterns</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/865">JavaWorld Archives</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/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Sun, 15 May 2011 03:36:23 -0400</pubDate>
 <dc:creator>Rajesh Khanna</dc:creator>
 <guid isPermaLink="false">7684 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>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>show the selected file and folder in tree structure, with checkbox and the checkbox should be only for root elements not for all</title>
 <link>http://www.javaworld.com/community/node/7618</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;By using JFileChoor I am able to select file and folders, Getting JList with File Objects and I am showing it with checkbox. Now my requirement is like I want to show the selected file and folder in tree structure, with checkbox and the checkbox should be only for root elements not for all child elements. Please help me as soon as possible, for me its very urgent.&lt;/p&gt;
&lt;p&gt;Like if I selected folders ABC and PQR and file XYZ which containt sub folders and few files&lt;br /&gt;
now on UI It should be display &lt;/p&gt;
&lt;p&gt;Checkbox1 ABC--&lt;br /&gt;
--SubFolders&lt;br /&gt;
. --SubFolder&lt;br /&gt;
. --Files&lt;br /&gt;
--Files&lt;br /&gt;
Checkbox2 PQR-- &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7618&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/1398">checkbox</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>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2239">JTree</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/corejava">Core Java</group>
 <pubDate>Wed, 13 Apr 2011 22:19:33 -0400</pubDate>
 <dc:creator>itsanandrhere</dc:creator>
 <guid isPermaLink="false">7618 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>how to print the attributes of an object</title>
 <link>http://www.javaworld.com/community/node/7614</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i have a class by the name Veggie which extends Pizza; similarly, i have another subclass: supreme.  these are two different types of pizza.  &lt;/p&gt;
&lt;p&gt;my constructor for Veggie declares an array such that the arguments specified by the constructor take the value of each particular element at the array.  for example:&lt;/p&gt;
&lt;p&gt;  Veggie (String size)&lt;br /&gt;
  {&lt;br /&gt;
     String veg [] = new String [1];&lt;br /&gt;
     veg [0] = size;&lt;/p&gt;
&lt;p&gt;   } &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/7614&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>
 <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>
 <pubDate>Tue, 12 Apr 2011 21:38:36 -0400</pubDate>
 <dc:creator>tesseract</dc:creator>
 <guid isPermaLink="false">7614 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>QCon or Javaone ????</title>
 <link>http://www.javaworld.com/community/node/7528</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My company allows me to visit one international work related (I&#039;m Java/JEE Developer/Technical Lead interested in polyglot programming) conference each year. I&#039;ve visited Javapolis (devox) in the past.&lt;br /&gt;
For this year I&#039;m looking for a conference which is less technology but a bit more methodology focussed... possible like Oracle Develop or QCon or Javaone What would you recommend?&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/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/965">conference</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/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/2215">jee</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/841">Open Source Tools</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/123">programming</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2214">Qcon</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/2216">sun microtec</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/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/tools">Tools and Methods</group>
 <pubDate>Thu, 24 Mar 2011 05:04:55 -0400</pubDate>
 <dc:creator>lisaantony06</dc:creator>
 <guid isPermaLink="false">7528 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How can java record sound sent by other app</title>
 <link>http://www.javaworld.com/community/node/7505</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;How can I use java to write an application which can record sound sent from the other applications, such as real player, windows media etc.?&lt;br /&gt;
I know there is a software named &quot;Total Recorder&quot; can do this, but this software is not free.&lt;br /&gt;
I just want a free or open source solution for this. Or is there a free com component which I can use?&lt;br /&gt;
I know there is JMF in java, but seems it does not work for 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/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/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2187">JMF sound</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>Mon, 14 Mar 2011 03:09:26 -0400</pubDate>
 <dc:creator>jiangyichun</dc:creator>
 <guid isPermaLink="false">7505 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>help for developing mobile banking applcation in j2me</title>
 <link>http://www.javaworld.com/community/node/7472</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;i m creating a mobile banking application in java . i m using j2me wireless messaging technique. can any 1 help me with the code for port number and address&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/837">Java ME</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/829">Java Programming Concepts</category>
 <group domain="http://www.javaworld.com/community/mobile">Mobile Java</group>
 <pubDate>Thu, 24 Feb 2011 13:20:23 -0500</pubDate>
 <dc:creator>nehapurswani</dc:creator>
 <guid isPermaLink="false">7472 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Does garbage collection occurs in PERM Area of Java Heap ?</title>
 <link>http://www.javaworld.com/community/node/7032</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;I am a relative new member in this forum , My name is Javin Paul and I am Java programmer. I have question related to garbage collection in Java &lt;/p&gt;
&lt;p&gt;Does garbage collection occurs in PERM Area of Java Heap ?&lt;/p&gt;
&lt;p&gt;As per my knowledge PERM area is used to store meta data about classes, methods , variable etc also String Pool created in PERM area of heap so I believe  garbage collection does not occur in this place but just wanted to know what do you guys think of it ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Javin&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/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/822">Java Security</category>
 <group domain="http://www.javaworld.com/community/beginner">Java Beginner</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/corejava">Core Java</group>
 <pubDate>Fri, 21 Jan 2011 22:43:22 -0500</pubDate>
 <dc:creator>javabuddy</dc:creator>
 <guid isPermaLink="false">7032 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Tomorrow’s Tech Today: HTML 5 by Scott Davis at GIDS 2011</title>
 <link>http://www.javaworld.com/community/node/6947</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;As software engineers, we take comfort in the idea of concrete specifications. As web developers, our hearts are either broken (frequently!), or we recognize the W3C&#039;s role is a delicate balance of leading the browser developers in new and exciting directions while, in their own words, &quot;paving over the cow paths&quot; of existing, de facto standards. Scott Davis is coming back this summer to the fourth season of India&#039;s biggest summit for the software developer ecosystem - Great Indian Developer Summit to talk on HTML 5 and its features. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/6947&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/17">grails</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/18">groovy</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/2144">HTML 5</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/89">java</category>
 <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/80">ria</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1149">scott davis</category>
 <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>
 <pubDate>Mon, 17 Jan 2011 05:45:42 -0500</pubDate>
 <dc:creator>sapna123</dc:creator>
 <guid isPermaLink="false">6947 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>BASIC HELP WITH ARGUMENTS NEEDED</title>
 <link>http://www.javaworld.com/community/node/6493</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;So I swear I typed this in EXACTLY as the book told me but it still says I have an error at the &quot;thread main&quot;.  Please help!&lt;/p&gt;
&lt;p&gt;class BlankFiller {&lt;br /&gt;
    public static void main(String[] args) {&lt;br /&gt;
        System.out.println(&quot;The &quot; + args[0]&lt;br /&gt;
                + &quot; &quot; + args[1] + &quot; fox &quot;&lt;br /&gt;
                + &quot;jumped over the &quot;&lt;br /&gt;
                + args[2] + &quot; dog.&quot;&lt;br /&gt;
                );&lt;br /&gt;
    }&lt;br /&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>
 <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/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>Thu, 23 Dec 2010 19:40:10 -0500</pubDate>
 <dc:creator>KKuykenda11</dc:creator>
 <guid isPermaLink="false">6493 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>How to change arraylist to be thread safe? </title>
 <link>http://www.javaworld.com/community/node/5888</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   I have  an application which was single threaded  and so used ArralyList through out the application.Now We want to make that thread safe because application changed to multi threaded.Which is the best way to do that? I don&#039;t like to replace with Vector where ever we used ArralyList.&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>
 <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/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/827">Threads/Concurrency</category>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <pubDate>Mon, 15 Nov 2010 09:15:20 -0500</pubDate>
 <dc:creator>Shinoy</dc:creator>
 <guid isPermaLink="false">5888 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>fields with final keywords can be reassigned..?</title>
 <link>http://www.javaworld.com/community/node/5222</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Hi folks,&lt;br /&gt;
I have a question regarding the final modifier.&lt;/p&gt;
&lt;p&gt;We all know the System class has the out, err, in &lt;strong&gt;static &amp;amp; final&lt;/strong&gt; objects defined.&lt;/p&gt;
&lt;p&gt;We can get the (out, err, in) Stream objects redirected any other using the System.setOut(), setErr() and setIn method and I could see the objects are getting changed once we do invoke these System.setXXX()methods.&lt;br /&gt;
                         Is it contradictory to what we have seen with the key word &lt;strong&gt;final&lt;/strong&gt;.&lt;br /&gt;
  I could see the Native implementations for the System.setXXX methods, in the JAVA src code. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://www.javaworld.com/community/node/5222&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/1873">java final changing the value</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>Mon, 27 Sep 2010 08:30:35 -0400</pubDate>
 <dc:creator>kk1687</dc:creator>
 <guid isPermaLink="false">5222 at http://www.javaworld.com/community</guid>
</item>
<item>
 <title>Threads in transaction</title>
 <link>http://www.javaworld.com/community/node/5047</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Consider this as a scenario from a java application:&lt;/p&gt;
&lt;p&gt;I have 2 threads T1 and T2.&lt;/p&gt;
&lt;p&gt;Thread T1 retreives a record from database . (Raw1)&lt;br /&gt;
edited Raw1--- call it as T1Updated_Data&lt;/p&gt;
&lt;p&gt;Thread T2 retreives the same  record from database .(Raw1)&lt;br /&gt;
 edited Raw1--- call it as T2Updated_Data&lt;br /&gt;
T2 commits  the record (T2Updated_Data) .&lt;/p&gt;
&lt;p&gt;After that T1 commits the record(T1Updated_Data) .&lt;/p&gt;
&lt;p&gt;What will happen at this time? transaction commit or not?&lt;/p&gt;
&lt;p&gt;Database is Oracle.&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/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/829">Java Programming Concepts</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/1218">threads</category>
 <category domain="http://www.javaworld.com/community/taxonomy/term/827">Threads/Concurrency</category>
 <group domain="http://www.javaworld.com/community/discussion">Community Discussion</group>
 <group domain="http://www.javaworld.com/community/enterprise">Enterprise Java</group>
 <group domain="http://www.javaworld.com/community/corejava">Core Java</group>
 <pubDate>Fri, 03 Sep 2010 05:08:20 -0400</pubDate>
 <dc:creator>zzzxxx</dc:creator>
 <guid isPermaLink="false">5047 at http://www.javaworld.com/community</guid>
</item>
</channel>
</rss>

