<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 11 Oct 2008 20:10:02 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Simple ChatProgram which exchanges text messages. 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/524/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/524/comments/</comments>
		<pubDate>Tue, 07 Nov 2006 10:28:49 +0000</pubDate>
		<dc:creator>fastmike</dc:creator>
		<category>Java, String, System.IO</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/524/</guid>
		<description>
			<![CDATA[
				<p>To create a chatprogram in java we need 2 classes one for Client and one for Server from which the client will be able to connect and exchange text messages. to compile the code simply type these commands in command prompt window:-<br />1)ipconfig(memorize the Ip address)<br />2)javac client.java<br />3)javac server.java<br />4)java server 10.69.23.203 (You need to type your own ip address)<br />5) After this you need to open another command prompt window(Make sure the server command prompt window is also open). now type: <br />java client 10.69.23.203 <br />Thats it. <br />if anyone have any problems please post a comment and i will answer all of your questions or if you are having trouble in compiling.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>