<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>JournalDev</title>
	
	<link>http://www.journaldev.com</link>
	<description>Developer Recipes</description>
	<lastBuildDate>Thu, 15 Dec 2011 21:34:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/journaldev" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="journaldev" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">journaldev</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Java Tutorial 2 – Writing and Running First Java Program</title>
		<link>http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program</link>
		<comments>http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:34:32 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java first program]]></category>
		<category><![CDATA[java simple class]]></category>
		<category><![CDATA[java tutorial]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=481</guid>
		<description><![CDATA[<p>In the last article, we saw how to setup Java environment on Windows, now we are ready to write and run our first java program.</p> <p>To keep things simple and working for newbie, here is the sample program that you can use.</p> public class MyFirstClass { public static void main(String args[]){ System.out.println(&#34;Welcome to JournalDev.&#34;); } <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program">Java Tutorial 2 &#8211; Writing and Running First Java Program</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/476/java-tutorial-1-setting-up-java-environment-on-windows' rel='bookmark' title='Java Tutorial 1 &#8211; Setting up Java Environment on Windows'>Java Tutorial 1 &#8211; Setting up Java Environment on Windows</a></li>
<li><a href='http://www.journaldev.com/470/generate-qr-code-image-from-java-program' rel='bookmark' title='Generate QR Code image from Java Program'>Generate QR Code image from Java Program</a></li>
<li><a href='http://www.journaldev.com/24/memcached-java-client-with-sample-program' rel='bookmark' title='Memcached Java Client with sample program'>Memcached Java Client with sample program</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Tutorial 1 – Setting up Java Environment on Windows</title>
		<link>http://www.journaldev.com/476/java-tutorial-1-setting-up-java-environment-on-windows</link>
		<comments>http://www.journaldev.com/476/java-tutorial-1-setting-up-java-environment-on-windows#comments</comments>
		<pubDate>Thu, 15 Dec 2011 01:28:21 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java tutorial]]></category>
		<category><![CDATA[java windows environment setup]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=476</guid>
		<description><![CDATA[<p>If you are new to Java then this is the first step you need to perform. Until unless your Java environment is setup properly, you will not be able to develop java programs and run them successfully.</p> <p>Step 1:</p> <p>Download JDK from Oracle&#8217;s website based on your operating system.</p> <p>If you are on Windows OS, <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/476/java-tutorial-1-setting-up-java-environment-on-windows">Java Tutorial 1 &#8211; Setting up Java Environment on Windows</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/177/installing-java-on-windows-7-ultimate-64-bit' rel='bookmark' title='Installing Java on Windows 7 Ultimate 64-bit'>Installing Java on Windows 7 Ultimate 64-bit</a></li>
<li><a href='http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program' rel='bookmark' title='Java Tutorial 2 &#8211; Writing and Running First Java Program'>Java Tutorial 2 &#8211; Writing and Running First Java Program</a></li>
<li><a href='http://www.journaldev.com/42/how-to-install-memcached-server-on-windows-as-service' rel='bookmark' title='How to install Memcached Server on Windows as Service'>How to install Memcached Server on Windows as Service</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/476/java-tutorial-1-setting-up-java-environment-on-windows/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generate QR Code image from Java Program</title>
		<link>http://www.journaldev.com/470/generate-qr-code-image-from-java-program</link>
		<comments>http://www.journaldev.com/470/generate-qr-code-image-from-java-program#comments</comments>
		<pubDate>Wed, 05 Oct 2011 05:13:25 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Program for QR Code]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[QR Code Java]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=470</guid>
		<description><![CDATA[<p>If you are tech and gadget savvy, then you must be aware of QR codes. You will find it everywhere these days &#8211; in blogs, websites and even in some public places. This is very popular in mobile apps, where you scan the QR code using a QR Code scanner app and it will show <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/470/generate-qr-code-image-from-java-program">Generate QR Code image from Java Program</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/235/java-program-to-connect-to-remote-database-through-ssh-using-port-forwarding' rel='bookmark' title='Java Program to Connect to Remote database through SSH using Port Forwarding'>Java Program to Connect to Remote database through SSH using Port Forwarding</a></li>
<li><a href='http://www.journaldev.com/481/java-tutorial-2-writing-and-running-first-java-program' rel='bookmark' title='Java Tutorial 2 &#8211; Writing and Running First Java Program'>Java Tutorial 2 &#8211; Writing and Running First Java Program</a></li>
<li><a href='http://www.journaldev.com/246/java-program-to-run-shell-commands-on-ssh-enabled-system' rel='bookmark' title='Java Program to run shell commands on SSH enabled System'>Java Program to run shell commands on SSH enabled System</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/470/generate-qr-code-image-from-java-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOAP XML Message – Understanding and Creating with Liquid XML Studio</title>
		<link>http://www.journaldev.com/458/soap-xml-message-understanding-and-creating-with-liquid-xml-studio</link>
		<comments>http://www.journaldev.com/458/soap-xml-message-understanding-and-creating-with-liquid-xml-studio#comments</comments>
		<pubDate>Mon, 08 Aug 2011 09:50:17 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=458</guid>
		<description><![CDATA[What Is SOAP? <p>Soap is an Xml based transport protocol. Soap stands for Simple Object Access Protocol. Soap is a lightweight mechanism for exchanging structured and typed information. As it is XML based so it is language and platform independent. SOAP has been a widely accepted protocol for XML based system- to- system communications so <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/458/soap-xml-message-understanding-and-creating-with-liquid-xml-studio">SOAP XML Message &#8211; Understanding and Creating with Liquid XML Studio</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/210/how-to-install-oracle-weblogic-on-mac-and-creating-weblogic-domain' rel='bookmark' title='How to install Oracle Weblogic on Mac and Creating Weblogic domain'>How to install Oracle Weblogic on Mac and Creating Weblogic domain</a></li>
<li><a href='http://www.journaldev.com/60/understanding-java-object-cloning-and-when-to-override-it' rel='bookmark' title='Understanding Java Object cloning and when to override it'>Understanding Java Object cloning and when to override it</a></li>
<li><a href='http://www.journaldev.com/349/java-interview-questions-understanding-and-extending-java-classloader' rel='bookmark' title='Java Interview Questions: Understanding and Extending Java ClassLoader'>Java Interview Questions: Understanding and Extending Java ClassLoader</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/458/soap-xml-message-understanding-and-creating-with-liquid-xml-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Mobility Makes Your Business Flexible</title>
		<link>http://www.journaldev.com/454/enterprise-mobility-makes-your-business-flexible</link>
		<comments>http://www.journaldev.com/454/enterprise-mobility-makes-your-business-flexible#comments</comments>
		<pubDate>Wed, 03 Aug 2011 08:55:03 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=454</guid>
		<description><![CDATA[Mobility at present has no boundary; it is no more limited to working while traveling. Processes, applications, employees and the information are more important that will help to respond quickly as it is essential for the existing market. Enterprise mobility is widely used by the organization because it ensures better productivity and more customer satisfaction. It improves the quality of your work through mobile communication. With the emergence of technology, the features of the PC are easily found in the mobile phones which had brought a revolution in the information technology industries. Customers can easily get the accessibility of any services that they are in need off. Mobilizing the enterprise is a complex process for the IT organization. Complications that might arise lack of integrated solutions, lack of repeatable development and deployment models etc. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/454/enterprise-mobility-makes-your-business-flexible">Enterprise Mobility Makes Your Business Flexible</a></span>]]></description>
		<wfw:commentRss>http://www.journaldev.com/454/enterprise-mobility-makes-your-business-flexible/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 CSS Sprites Generator Online Tools</title>
		<link>http://www.journaldev.com/444/6-css-sprites-generator-online-tools</link>
		<comments>http://www.journaldev.com/444/6-css-sprites-generator-online-tools#comments</comments>
		<pubDate>Sat, 07 May 2011 10:00:10 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css sprite generator]]></category>
		<category><![CDATA[css sprites]]></category>
		<category><![CDATA[css sprites generator]]></category>
		<category><![CDATA[spritebox]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=444</guid>
		<description><![CDATA[Few days back, I wanted to use Twitter icon from one of my other websites but I was not able to save it from the web page. Then I looked into the page source and found that its using CSS Sprites to display all the social bookmarking images from a single large image. So my WordPress theme is using CSS Sprites for faster page loading and I was totally unaware of that. Then I decided to learn it and how to use it in a webpage. I was amazed to find out that there are so many online tools to create CSS Sprite image and provides CSS Code to use them. Some of them even went a further step to provide a sample HTML page to make the learning more comfortable. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/444/6-css-sprites-generator-online-tools">6 CSS Sprites Generator Online Tools</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/301/13-free-online-books-and-17-free-ebooks-pdf-tutorials-for-web-designers' rel='bookmark' title='13 Free Online Books and 17 Free eBooks (PDF) Tutorials For Web Designers'>13 Free Online Books and 17 Free eBooks (PDF) Tutorials For Web Designers</a></li>
<li><a href='http://www.journaldev.com/470/generate-qr-code-image-from-java-program' rel='bookmark' title='Generate QR Code image from Java Program'>Generate QR Code image from Java Program</a></li>
<li><a href='http://www.journaldev.com/253/65-html5-tutorials-examples-and-resources-for-web-developers' rel='bookmark' title='65 HTML5 Tutorials, Examples and Resources for Web Developers'>65 HTML5 Tutorials, Examples and Resources for Web Developers</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/444/6-css-sprites-generator-online-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Free Online Books and 17 Free eBooks (PDF) Tutorials For Web Designers</title>
		<link>http://www.journaldev.com/301/13-free-online-books-and-17-free-ebooks-pdf-tutorials-for-web-designers</link>
		<comments>http://www.journaldev.com/301/13-free-online-books-and-17-free-ebooks-pdf-tutorials-for-web-designers#comments</comments>
		<pubDate>Tue, 03 May 2011 15:25:37 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[pdf web design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design ebook free download]]></category>
		<category><![CDATA[web design online]]></category>
		<category><![CDATA[web design pdf download]]></category>
		<category><![CDATA[web designing ebook]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=301</guid>
		<description><![CDATA[Few months back when I posted a huge list of HTML5 tutorials, it got a lot of buzz and many of us bookmarked and shared it. I consider myself as a newbie in the web designing world and to learn web designing I have collected a lot of Online tutorials and some of the eBooks that are free. There is so much of information about web designing scattered everywhere in the internet in the form of blog posts, case studies and online resources. Here I am sharing my huge collection of free online books and free pdf eBooks that you can download and learn a lot from it. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/301/13-free-online-books-and-17-free-ebooks-pdf-tutorials-for-web-designers">13 Free Online Books and 17 Free eBooks (PDF) Tutorials For Web Designers</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/253/65-html5-tutorials-examples-and-resources-for-web-developers' rel='bookmark' title='65 HTML5 Tutorials, Examples and Resources for Web Developers'>65 HTML5 Tutorials, Examples and Resources for Web Developers</a></li>
<li><a href='http://www.journaldev.com/444/6-css-sprites-generator-online-tools' rel='bookmark' title='6 CSS Sprites Generator Online Tools'>6 CSS Sprites Generator Online Tools</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/301/13-free-online-books-and-17-free-ebooks-pdf-tutorials-for-web-designers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Avoid ConcurrentModificationException when using an Iterator</title>
		<link>http://www.journaldev.com/378/how-to-avoid-concurrentmodificationexception-when-using-an-iterator</link>
		<comments>http://www.journaldev.com/378/how-to-avoid-concurrentmodificationexception-when-using-an-iterator#comments</comments>
		<pubDate>Mon, 02 May 2011 06:15:13 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[avoid ConcurrentModificationException]]></category>
		<category><![CDATA[ConcurrentModificationException]]></category>
		<category><![CDATA[ConcurrentModificationException arraylist]]></category>
		<category><![CDATA[ConcurrentModificationException using iterator]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=378</guid>
		<description><![CDATA[Java Collection classes are fail-fast which means that if the Collection will be changed while some thread is traversing over it using iterator, the iterator.next() will throw ConcurrentModificationException. This situation can come in case of multithreaded as well as single threaded environment. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/378/how-to-avoid-concurrentmodificationexception-when-using-an-iterator">How to Avoid ConcurrentModificationException when using an Iterator</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/122/hashmap-vs-concurrenthashmap-%e2%80%93-example-and-exploring-iterator' rel='bookmark' title='HashMap vs ConcurrentHashMap – Example and exploring Iterator'>HashMap vs ConcurrentHashMap – Example and exploring Iterator</a></li>
<li><a href='http://www.journaldev.com/146/hashmap-implementation-with-list-in-java' rel='bookmark' title='HashMap implementation with List in Java'>HashMap implementation with List in Java</a></li>
<li><a href='http://www.journaldev.com/110/how-to-implement-arraylist-with-array-in-java' rel='bookmark' title='How to implement ArrayList with Array in Java'>How to implement ArrayList with Array in Java</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/378/how-to-avoid-concurrentmodificationexception-when-using-an-iterator/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Embed YouTube Video in PowerPoint, Email, HTML, Blogger, WordPress Blog</title>
		<link>http://www.journaldev.com/375/how-to-embed-youtube-video-in-powerpoint-email-html-blogger-wordpress-blog</link>
		<comments>http://www.journaldev.com/375/how-to-embed-youtube-video-in-powerpoint-email-html-blogger-wordpress-blog#comments</comments>
		<pubDate>Sun, 03 Apr 2011 05:55:46 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[embed youtube]]></category>
		<category><![CDATA[embed youtube html]]></category>
		<category><![CDATA[embed youtube video]]></category>
		<category><![CDATA[embed youtube video in powerpoint]]></category>
		<category><![CDATA[youtube embed code]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=375</guid>
		<description><![CDATA[YouTube is one of the biggest resource of online Videos. People create videos and then upload it on YouTube. After that they can share the link through mails to their friends. However, sometime we need to embed the YouTube video in our PowerPoint presentations, emails or to our HTML, Blogger or WordPress based websites. Here we will learn how to do these one by one. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/375/how-to-embed-youtube-video-in-powerpoint-email-html-blogger-wordpress-blog">How to Embed YouTube Video in PowerPoint, Email, HTML, Blogger, WordPress Blog</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/253/65-html5-tutorials-examples-and-resources-for-web-developers' rel='bookmark' title='65 HTML5 Tutorials, Examples and Resources for Web Developers'>65 HTML5 Tutorials, Examples and Resources for Web Developers</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/375/how-to-embed-youtube-video-in-powerpoint-email-html-blogger-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Java Programming Test Questions for Interview</title>
		<link>http://www.journaldev.com/370/5-java-programming-test-questions-for-interview</link>
		<comments>http://www.journaldev.com/370/5-java-programming-test-questions-for-interview#comments</comments>
		<pubDate>Mon, 28 Mar 2011 16:14:16 +0000</pubDate>
		<dc:creator>Pankaj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java interview questions]]></category>
		<category><![CDATA[java programming fundamentals]]></category>
		<category><![CDATA[java programming test]]></category>

		<guid isPermaLink="false">http://www.journaldev.com/?p=370</guid>
		<description><![CDATA[Recently I am taking a lot of interview for my organization. So I was in the search of some java programming test questions that are little bit tricky also. Here I am providing five of the tricky questions I found interesting and need a closer look to understand. The explanation will be provided after the questions. Test your knowledge of java by trying to provide the answer of the below test questions. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.journaldev.com/370/5-java-programming-test-questions-for-interview">5 Java Programming Test Questions for Interview</a></span>
Related posts:<ol>
<li><a href='http://www.journaldev.com/349/java-interview-questions-understanding-and-extending-java-classloader' rel='bookmark' title='Java Interview Questions: Understanding and Extending Java ClassLoader'>Java Interview Questions: Understanding and Extending Java ClassLoader</a></li>
<li><a href='http://www.journaldev.com/240/my-25-favorite-programming-quotes-that-are-funny-too' rel='bookmark' title='My 25 Favorite Programming Quotes that are Funny too'>My 25 Favorite Programming Quotes that are Funny too</a></li>
<li><a href='http://www.journaldev.com/146/hashmap-implementation-with-list-in-java' rel='bookmark' title='HashMap implementation with List in Java'>HashMap implementation with List in Java</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.journaldev.com/370/5-java-programming-test-questions-for-interview/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->

