<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Tutorials, Scripts, Technology and Interview Tips &#187; Java</title>
	<atom:link href="http://mistonline.in/wp/tutorials/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 15 May 2012 15:59:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JAVA Tutorial II</title>
		<link>http://mistonline.in/wp/java-tutorial-ii/</link>
		<comments>http://mistonline.in/wp/java-tutorial-ii/#comments</comments>
		<pubDate>Sat, 28 May 2011 20:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=30</guid>
		<description><![CDATA[Java is an object-oriented programming language developed by Sun Microsystems and released in 1995. Modelled after C++, the Java language was designed to be small, simple, and portable across platforms and operating systems, at both the source and binary level. One of the resons for Java&#8217;s popularity is its ability to bring executable content to [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/java-tutorial-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess some facts and rules</title>
		<link>http://mistonline.in/wp/htaccess-some-facts-and-rules/</link>
		<comments>http://mistonline.in/wp/htaccess-some-facts-and-rules/#comments</comments>
		<pubDate>Thu, 19 May 2011 20:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/htaccess-some-facts-and-rules/</guid>
		<description><![CDATA[Common command suffixes At the end of many lines you will see a suffix within square brackets. These instructions modify the main command of that line.[301]    = permanent redirect[302]    = temporary redirect[NC]    = no case (ignore upper / lower case)[L]    = last &#8211; if this direction is met, then quitA redirect should always be a [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/htaccess-some-facts-and-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java interview questions</title>
		<link>http://mistonline.in/wp/java-interview-questions/</link>
		<comments>http://mistonline.in/wp/java-interview-questions/#comments</comments>
		<pubDate>Wed, 11 May 2011 08:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java Interview Questions]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[QUESTIONS]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=15</guid>
		<description><![CDATA[Language Fundamentals How many number of non-public class definitions can a source file have A source file can contain unlimited number of non-public class definitions List primitive data types, there size and there range (min, max) Data Type Bytes bits min max boolean - 1 - - char 2 16 0 2^16-1 byte 1 8 [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/java-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threads in java</title>
		<link>http://mistonline.in/wp/threads-in-java/</link>
		<comments>http://mistonline.in/wp/threads-in-java/#comments</comments>
		<pubDate>Tue, 10 May 2011 08:34:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=9</guid>
		<description><![CDATA[A small program that shows THREADS in action. public class TwoThread extends Thread { public void run() { for (int i = 0; i &#60; 10; i++) { System.out.println(&#8220;New thread&#8221;); } } public static void main(String[] args) { TwoThread tt = new TwoThread(); tt.start(); for (int i = 0; i &#60; 10; i++) { System.out.println(&#8220;Main [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/threads-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 Function and Unique ID in php</title>
		<link>http://mistonline.in/wp/md5-function-and-unique-id-in-php/</link>
		<comments>http://mistonline.in/wp/md5-function-and-unique-id-in-php/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/md5-function-and-unique-id-in-php/</guid>
		<description><![CDATA[uniqid () function, This function has two parameters we can set. The first is the prefix. This is what will be appended to the beginning of each ID. The second is more_entropy. If this is false or not specified it will return 13 characters, if it is true then 23 characters will be returned.Uniqid (prefix, more_entropy)Sample [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/md5-function-and-unique-id-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript setTimeout() Tricks</title>
		<link>http://mistonline.in/wp/javascript-settimeout-tricks/</link>
		<comments>http://mistonline.in/wp/javascript-settimeout-tricks/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/javascript-settimeout-tricks/</guid>
		<description><![CDATA[Hi here we can see how we can call fucnctions using some timers available in javascript. &#60;script type=&#8221;text/javascript&#8221;&#62; function setToRed() { document.getElementById(&#8220;colourButton&#8221;).style.color = &#8220;#FF0000&#8243;; setTimeout ( &#8220;setToBlack()&#8221;, 2000 ); } function setToBlack() { document.getElementById(&#8220;colourButton&#8221;).style.color = &#8220;#000000&#8243;; setTimeout ( &#8220;setToRed()&#8221;, 2000 ); } &#60;/script&#62; &#60;input type=&#8221;button&#8221; name=&#8221;clickMe&#8221; id=&#8221;colourButton&#8221; value=&#8221;Click me and wait!&#8221; onclick=&#8221;setToRed()&#8221;/&#62; &#160; Incoming search [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/javascript-settimeout-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying or changing images each day</title>
		<link>http://mistonline.in/wp/displaying-or-changing-images-each-day/</link>
		<comments>http://mistonline.in/wp/displaying-or-changing-images-each-day/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/displaying-or-changing-images-each-day/</guid>
		<description><![CDATA[A simple script that demonstrate how to dispay different images day by day on your website from suday to saturday, what you have to do is just copy this script [ Make Sure Of Quotes While Copying As I Always Say] So correct those and paste where you have to display the image on you [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/displaying-or-changing-images-each-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install XAMPP</title>
		<link>http://mistonline.in/wp/how-to-install-xampp/</link>
		<comments>http://mistonline.in/wp/how-to-install-xampp/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 07:54:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/how-to-install-xampp/</guid>
		<description><![CDATA[Hello guys due to request from my users i am updating my website with a post that says clearly how to install XAMPP on windows.Here we go,  Go to http://www.apachefriends.org/en/xampp-windows.html#641 or direct link http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe and Download the xampp software first. Run the installer. If you want, you can choose to install the Apache and MySQL [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-install-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAVA Simple Tutorial Part-I</title>
		<link>http://mistonline.in/wp/java-simple-tutorial-part-i/</link>
		<comments>http://mistonline.in/wp/java-simple-tutorial-part-i/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/java-simple-tutorial-part-i/</guid>
		<description><![CDATA[Introduction Java is an object-oriented programming language developed by Sun Microsystems and released in 1995. Modelled after C++, the Java language was designed to be small, simple, and portable across platforms and operating systems, at both the source and binary level. One of the resons for Java&#8217;s popularity is its ability to bring executable content [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/java-simple-tutorial-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAVA Tutorial</title>
		<link>http://mistonline.in/wp/java-tutorial/</link>
		<comments>http://mistonline.in/wp/java-tutorial/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=29</guid>
		<description><![CDATA[EXCEPTION HANDLING IN JAVA Run time errors are called as exceptions. Java provides a way to deal with these run time errors. A run time error can occur due to illegal operation such as an integer divided by zero. Java has a class called throw able that deals with exceptions and errors. This class has [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/java-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# VS Java</title>
		<link>http://mistonline.in/wp/c-vs-java/</link>
		<comments>http://mistonline.in/wp/c-vs-java/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 19:24:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=24</guid>
		<description><![CDATA[C# VS Java C# and Java are both new-generation languages descended from a line including C and C++. Each includes advanced features, like garbage collection, which remove some of the low level maintenance tasks from the programmer. In a lot of areas they are syntactically similar. Both C# and Java compile initially to an intermediate [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/c-vs-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

