<?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"
	>

<channel>
	<title>Faisal Java Developer and SEO Geek Blog</title>
	<atom:link href="http://www.faisalgeek.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faisalgeek.com/blog</link>
	<description>My Search Engine Marketing Research Blog</description>
	<pubDate>Sun, 07 Sep 2008 16:20:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Java Generating Prime Number</title>
		<link>http://www.faisalgeek.com/blog/java-generating-prime-number/</link>
		<comments>http://www.faisalgeek.com/blog/java-generating-prime-number/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 08:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[generating prime number]]></category>

		<category><![CDATA[generating prime numbers java]]></category>

		<category><![CDATA[java prime number]]></category>

		<category><![CDATA[java prime numbers]]></category>

		<category><![CDATA[prime number]]></category>

		<category><![CDATA[prime numbers]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-generating-prime-number/</guid>
		<description><![CDATA[/*
This class check the prime number between 1 to 1000 and write the prime number.
*/
public class PrimeNumber
{
// This method tests whether a given number is prime or not.
public static boolean isPrime ( int num )
{
boolean prime = true;
int limit = (int) Math.sqrt ( num );
for ( int i = 2; i &#60;= limit; i++ )
{
if [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/java-generating-prime-number/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java JDBC with using Oracle</title>
		<link>http://www.faisalgeek.com/blog/java-jdbc-with-using-oracle/</link>
		<comments>http://www.faisalgeek.com/blog/java-jdbc-with-using-oracle/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[java connectin oralce]]></category>

		<category><![CDATA[java jdbc oracle]]></category>

		<category><![CDATA[java oracle]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-jdbc-with-using-oracle/</guid>
		<description><![CDATA[



 
The JDBC is used whenever a Java application should communicate with a relational database for which a JDBC driver exists. JDBC is part of the Java platform standard; all visible classes and interfaces used in the JDBC are placed in package Java 
Main JDBC classes:
Download the Java connecting with Oracle Code, you have to [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/java-jdbc-with-using-oracle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java creating custom Exceptions</title>
		<link>http://www.faisalgeek.com/blog/java-creating-custom-exceptions/</link>
		<comments>http://www.faisalgeek.com/blog/java-creating-custom-exceptions/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[java custom exception]]></category>

		<category><![CDATA[java user exception]]></category>

		<category><![CDATA[java write your own exception]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-creating-custom-exceptions/</guid>
		<description><![CDATA[Java supports the custom, user defined exception. Java provides the well known and common exception classes and gives freedom for developer to create their own exception classes matching to their specific business logic/role. For example, a user not found exception would be implemented by its own.
Download the Java Source code  for creating user custom exceptions
MyException.java  [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/java-creating-custom-exceptions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Object Serialization by using Java I/O Streams</title>
		<link>http://www.faisalgeek.com/blog/java-object-serialization-by-using-java-io-streams/</link>
		<comments>http://www.faisalgeek.com/blog/java-object-serialization-by-using-java-io-streams/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:12:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[java file reading writing]]></category>

		<category><![CDATA[java io streams]]></category>

		<category><![CDATA[Java Serialization]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/java-object-serialization-by-using-java-io-streams/</guid>
		<description><![CDATA[The task is to store different objects of classes in a physically located file on hard disk. For this to store objects and their states (including the values of their data members) we have to make those classes serializeable. Use Standard Java I/O streams FileOutputStream, ObjectOutputStream to write/store to file and FileInputStream, ObjectInputStream streams to [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/java-object-serialization-by-using-java-io-streams/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Server 5.x Installation problem for Windows Vista</title>
		<link>http://www.faisalgeek.com/blog/mysql-server-5x-installation-problem-for-windows-vista/</link>
		<comments>http://www.faisalgeek.com/blog/mysql-server-5x-installation-problem-for-windows-vista/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:05:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[mysql side by side vista error]]></category>

		<category><![CDATA[MySQL side-by-side error]]></category>

		<category><![CDATA[mysql vista error]]></category>

		<category><![CDATA[mysql windows vista error]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/mysql-server-5x-installation-problem-for-windows-vista/</guid>
		<description><![CDATA[MySQL side-by-side error fixing while Running Instance Configuration Wizard



To install MySQL Server 5.0 in Windows Vista 

Disable the UAC in Windows Control Panel-&#62;User Accounts (See the screen shot below)
Windows Vista UAC turn off
Run the MySQL setup i.e. Use mysql-essential-5.0.51a-win32.msi
In the final step uncheck &#8220;Configure MySQL Server now&#8221;
Download and run Resource Hacker http://www.angusj.com/resourcehacker/
Open &#8230;\MySQL Server 5.0\bin\MySQLInstanceConfig.exe [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/mysql-server-5x-installation-problem-for-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Understanding Exceptions in Java</title>
		<link>http://www.faisalgeek.com/blog/understanding-exceptions-in-java/</link>
		<comments>http://www.faisalgeek.com/blog/understanding-exceptions-in-java/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 20:23:30 +0000</pubDate>
		<dc:creator>faisal</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[java checked excpetion]]></category>

		<category><![CDATA[java exception]]></category>

		<category><![CDATA[java exception handeling]]></category>

		<category><![CDATA[java runtime exception]]></category>

		<category><![CDATA[java unchecked exception]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/understanding-exceptions-in-java/</guid>
		<description><![CDATA[An exception is an error that happens when an application is running. When an exception condition happens, the exception is said to be thrown, and it changes the normal execution control flow of the program. Java offers a very comprehensive and flexible system for exception handling. The main benefit of such a system is that [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/understanding-exceptions-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Composition and Aggregation using Java</title>
		<link>http://www.faisalgeek.com/blog/composition-and-aggregation-using-java/</link>
		<comments>http://www.faisalgeek.com/blog/composition-and-aggregation-using-java/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 09:22:21 +0000</pubDate>
		<dc:creator>faisal</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[aggregation]]></category>

		<category><![CDATA[aggregation java code]]></category>

		<category><![CDATA[association]]></category>

		<category><![CDATA[composition]]></category>

		<category><![CDATA[composition java code]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/composition-and-aggregation-using-java/</guid>
		<description><![CDATA[There is always been confusion about composition and aggregation. While in servicing NetSol Technologies, I came to learn practically what is composition and aggregation. First thing is both are type of association.  Below is the exact definition of each term and then practical Java code, where you can understand exactly how can we implement composition [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/composition-and-aggregation-using-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My NetSol Joining as Apprentice Software Engineer</title>
		<link>http://www.faisalgeek.com/blog/my-netsol-joining-as-apprentice-software-engineer/</link>
		<comments>http://www.faisalgeek.com/blog/my-netsol-joining-as-apprentice-software-engineer/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 18:30:46 +0000</pubDate>
		<dc:creator>faisal</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/my-netsol-joining-as-apprentice-software-engineer/</guid>
		<description><![CDATA[This is my pleasure, luck and great blessings of Allah that I got such a golden chance to join NetSol as my career first Job. I will discuss here, how I go through this process and join the NetSol.
I have finished my BIT(Hos) degree from Punjab University, Lahore in March 2008. Then after that i [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/my-netsol-joining-as-apprentice-software-engineer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Take Screenshots in Java</title>
		<link>http://www.faisalgeek.com/blog/how-to-take-screenshots-in-java/</link>
		<comments>http://www.faisalgeek.com/blog/how-to-take-screenshots-in-java/#comments</comments>
		<pubDate>Thu, 01 May 2008 07:44:19 +0000</pubDate>
		<dc:creator>faisal</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[java screen capture]]></category>

		<category><![CDATA[java screen capturing]]></category>

		<category><![CDATA[java screenshot]]></category>

		<category><![CDATA[java screenshots]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/how-to-take-screenshots-in-java/</guid>
		<description><![CDATA[Have you ever wanted to grab a screenshot from your Java application? Here&#8217;s a quick tutorial on how to grab a screenshot and save it to a JPEG and PNG file. This shows how to use the Robot class to capture the screen image and the ImageIO API to save it as a JPG and [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/how-to-take-screenshots-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Buzzwords</title>
		<link>http://www.faisalgeek.com/blog/21/</link>
		<comments>http://www.faisalgeek.com/blog/21/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 18:02:14 +0000</pubDate>
		<dc:creator>faisal</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Java Distributed]]></category>

		<category><![CDATA[Java Interpreted]]></category>

		<category><![CDATA[Java Multithreaded]]></category>

		<category><![CDATA[Java Object oriented]]></category>

		<category><![CDATA[Java Robust]]></category>

		<category><![CDATA[Java Secure]]></category>

		<guid isPermaLink="false">http://www.faisalgeek.com/blog/21/</guid>
		<description><![CDATA[You will hear and see quite a few Java buzzwords in the Java world. It&#8217;s important to know the Java buzzwords because they represent the factors that have played important roles in shaping the Java language. These words are summarized in Table 1-3.



Buzzword


Description



Architecture neutral 
The Java compiler   compiles the source code into bytecode, [...]]]></description>
		<wfw:commentRss>http://www.faisalgeek.com/blog/21/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
