<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For General Java</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:26:15 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:26:15 -0500</pubDate>
<item>
<title>How to solve OutOfMemoryError in Java in Tomcat Server</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-solve-OutOfMemoryError-in-Java-in-Tomcat-Server/73882</link>
<description>
<![CDATA[Quick guide to solve OutOfMemoryError in Tomcat with possible causes like JDBC drivers, Threads and ClassLoaders.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-solve-OutOfMemoryError-in-Java-in-Tomcat-Server/73882</guid>
</item>
<item>
<title>Difference between Wait Sleep and Yield Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-Wait-Sleep-and-Yield-Java/73881</link>
<description>
<![CDATA[Good explanation of this popular interview question. I have also shared my view as Differences between sleep and wait in Java.]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-Wait-Sleep-and-Yield-Java/73881</guid>
</item>
<item>
<title>java.lang.UnsupportedClassVersionError: Bad version number in .class file  cause and solution</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/java.lang.UnsupportedClassVersionError%3A-Bad-version-number-in-.class-file--cause-and-solution/73879</link>
<description>
<![CDATA[Quick guide on how to solve Exception in thread &quot;main&quot; java.lang.UnsupportedClassVersionError: Bad version number in .class file with real cause and troubleshooting tips.]]>
</description><guid>http://www.tutorialized.com/tutorial/java.lang.UnsupportedClassVersionError%3A-Bad-version-number-in-.class-file--cause-and-solution/73879</guid>
</item>
<item>
<title>Difference between SAX and DOM Parser in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-SAX-and-DOM-Parser-in-Java/73878</link>
<description>
<![CDATA[SAX(Simple API for XML) and DOM(Document Object Model) are two very popular XML Parse used to read XML files in Java but there is difference how they parse xml file and without knowling there limitati...]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-SAX-and-DOM-Parser-in-Java/73878</guid>
</item>
<item>
<title>How to read Images in Java using ImageIO</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-read-Images-in-Java-using-ImageIO/73877</link>
<description>
<![CDATA[Reading Images in Java ( PNG, JPG, GIF and other formats) is very easy when you use ImageIO classes. they provide convenient utility method  to read images from either file system or from URL. Similar...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-read-Images-in-Java-using-ImageIO/73877</guid>
</item>
<item>
<title>How to Convert  key and value of Map into List in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Convert--key-and-value-of-Map-into-List-in-Java/73876</link>
<description>
<![CDATA[In order to convert Map into List you can convert either keys of Map into List or values of Map into List. This article is quick tip to convert either keys or values into List in Java.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Convert--key-and-value-of-Map-into-List-in-Java/73876</guid>
</item>
<item>
<title>How to loop Map in Java - Code Example</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-loop-Map-in-Java---Code-Example/73875</link>
<description>
<![CDATA[looping Map is very easy in Java by using foreach loop and iterator in Java. you can iterate on keySet or EntrySet and get all keys and values from Map in java. This article contains 4 ways to iterate...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-loop-Map-in-Java---Code-Example/73875</guid>
</item>
<item>
<title>Learn how to use Regular Expressions in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Learn-how-to-use-Regular-Expressions-in-Java/73843</link>
<description>
<![CDATA[Learn how to use Regular Expressions in Java. Regular Expressions help in finding the pattern in a text (String, in Java).]]>
</description><guid>http://www.tutorialized.com/tutorial/Learn-how-to-use-Regular-Expressions-in-Java/73843</guid>
</item>
<item>
<title>What is final keyword in Java with Example</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/What-is-final-keyword-in-Java-with-Example/73797</link>
<description>
<![CDATA[Detailed explanation of what is final keyword in Java, final variables, final fields, final method and final class in Java. Should you make static variable final or not, can you override final method ...]]>
</description><guid>http://www.tutorialized.com/tutorial/What-is-final-keyword-in-Java-with-Example/73797</guid>
</item>
<item>
<title>Diference between JVM and JRE in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Diference-between-JVM-and-JRE-in-Java/73796</link>
<description>
<![CDATA[Java uses JRE, JDK, JVM and JIT which looks quite similar but they are entirely different to each other. JRE is java runtime, JDK is java development kit, JVM is java virtul machine and JIT statnds fo...]]>
</description><guid>http://www.tutorialized.com/tutorial/Diference-between-JVM-and-JRE-in-Java/73796</guid>
</item>
<item>
<title>When to use Checked and Unchecked Exception in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/When-to-use-Checked-and-Unchecked-Exception-in-Java/73794</link>
<description>
<![CDATA[Checked and unchecked Exception are two different types of Exception in java. both are similar in functionality and you can do all things with checked exception which are possible with unchecked excep...]]>
</description><guid>http://www.tutorialized.com/tutorial/When-to-use-Checked-and-Unchecked-Exception-in-Java/73794</guid>
</item>
<item>
<title>How to change shutdown port of tomcat server</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-change-shutdown-port-of-tomcat-server/73791</link>
<description>
<![CDATA[Tomcat web server has a concept of SHUTDOWN port , this is the port on which tomcat web-server listen for SHUTDOWN signal. This is another cause of Java.net.BindException:Address already in use:JVM_Bi...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-change-shutdown-port-of-tomcat-server/73791</guid>
</item>
<item>
<title>Difference between Method Overloading and Method Overriding in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-Method-Overloading-and-Method-Overriding-in-Java/73790</link>
<description>
<![CDATA[Difference between method overloading and method overriding is one of popular core java interview question which explores powerful polymorphism concept in java. method overloading and overriding allow...]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-Method-Overloading-and-Method-Overriding-in-Java/73790</guid>
</item>
<item>
<title>How to fix Java.net.BindException: Address already in use</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-fix-Java.net.BindException%3A-Address-already-in-use/73789</link>
<description>
<![CDATA[Address Already in Use:JVM_Bind is a very common exception while working with eclipse or web server like tomcat , since tomcat is java application and listen on address 8080, it throws &quot;Java.net....]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-fix-Java.net.BindException%3A-Address-already-in-use/73789</guid>
</item>
<item>
<title>Why main method is declared Static in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Why-main-method-is-declared-Static-in-Java/73788</link>
<description>
<![CDATA[Good explanation of Why Main method is public static void in Java is one of Classical interview questions in Java. Every Java Programmer knows that main method is entry point in Java program but only ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Why-main-method-is-declared-Static-in-Java/73788</guid>
</item>
</channel>
</rss>
