<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Simple Java TCP Server and TCP Client</title>
	<atom:link href="http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sara</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-39849</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Sun, 10 Jan 2010 18:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-39849</guid>
		<description>HI,,,,
I have cpyied the TCPClient code on my pc 
and the TCPServer code on another pc but nothing happened 
&quot;there is no error&quot;.
please reply</description>
		<content:encoded><![CDATA[<p>HI,,,,<br />
I have cpyied the TCPClient code on my pc<br />
and the TCPServer code on another pc but nothing happened<br />
&#8220;there is no error&#8221;.<br />
please reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grüner tee</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-39710</link>
		<dc:creator>grüner tee</dc:creator>
		<pubDate>Sat, 05 Dec 2009 18:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-39710</guid>
		<description>The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications.</description>
		<content:encoded><![CDATA[<p>The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tam</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-37715</link>
		<dc:creator>tam</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-37715</guid>
		<description>i need java code that display the area of a circle using TCP server and TCPclient</description>
		<content:encoded><![CDATA[<p>i need java code that display the area of a circle using TCP server and TCPclient</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-36969</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 20 Jul 2009 10:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-36969</guid>
		<description>@vince: \n stands for new line. This lets the TCP Server know that your sentence has been sent. Let me know if you have any other questions.</description>
		<content:encoded><![CDATA[<p>@vince: \n stands for new line. This lets the TCP Server know that your sentence has been sent. Let me know if you have any other questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vince</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-36964</link>
		<dc:creator>vince</dc:creator>
		<pubDate>Mon, 20 Jul 2009 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-36964</guid>
		<description>Hi, there are nice work for a simple and easy understand server client example.
However, I have some question which is:
what is the use of &#039;\n&#039; in 
outToServer.writeBytes(sentence + &#039;\n&#039;);

i try to remove it and the program won&#039;t work. Can you please do simple explain to me?
Thanks

Vince</description>
		<content:encoded><![CDATA[<p>Hi, there are nice work for a simple and easy understand server client example.<br />
However, I have some question which is:<br />
what is the use of &#8216;\n&#8217; in<br />
outToServer.writeBytes(sentence + &#8216;\n&#8217;);</p>
<p>i try to remove it and the program won&#8217;t work. Can you please do simple explain to me?<br />
Thanks</p>
<p>Vince</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venessa</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-34945</link>
		<dc:creator>Venessa</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-34945</guid>
		<description>you forgot 

import java.net.Socket;
and
  public static void main(String[] args) throws IOException {

anyway, thanks, exactly what I needed :)</description>
		<content:encoded><![CDATA[<p>you forgot </p>
<p>import java.net.Socket;<br />
and<br />
  public static void main(String[] args) throws IOException {</p>
<p>anyway, thanks, exactly what I needed <img src='http://systembash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floatrolo</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-34800</link>
		<dc:creator>Floatrolo</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-34800</guid>
		<description>Hi, Congratulations to the site owner for this marvelous work you&#039;ve done. It has lots of useful and interesting data.</description>
		<content:encoded><![CDATA[<p>Hi, Congratulations to the site owner for this marvelous work you&#8217;ve done. It has lots of useful and interesting data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Professor</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-20167</link>
		<dc:creator>The Professor</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-20167</guid>
		<description>I wrote my first Java socket client/server application in 1993!  So this code looks mighty familiar.

However, servers I&#039;ve written subsequently all implement Thread so you can build a pool of connections available and new ones are spawned as traffic arrives.  A small point, but one that makes this code scalable.</description>
		<content:encoded><![CDATA[<p>I wrote my first Java socket client/server application in 1993!  So this code looks mighty familiar.</p>
<p>However, servers I&#8217;ve written subsequently all implement Thread so you can build a pool of connections available and new ones are spawned as traffic arrives.  A small point, but one that makes this code scalable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-19252</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 15 Oct 2008 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-19252</guid>
		<description>Hi

simply what I needed :) 

Is it possible to add persistence to this example (inserting the data into a Firebird db, the data is in binary format)?

Best regards,
Michel</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>simply what I needed <img src='http://systembash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Is it possible to add persistence to this example (inserting the data into a Firebird db, the data is in binary format)?</p>
<p>Best regards,<br />
Michel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Drager</title>
		<link>http://systembash.com/content/a-simple-java-tcp-server-and-tcp-client/comment-page-1/#comment-40020</link>
		<dc:creator>Dave Drager</dc:creator>
		<pubDate>Thu, 18 Sep 2008 17:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=244#comment-40020</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;New blog post: A Simple Java TCP Server and TCP Client http://tinyurl.com/3vt9x9&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">New blog post: A Simple Java TCP Server and TCP Client <a href="http://tinyurl.com/3vt9x9" rel="nofollow">http://tinyurl.com/3vt9&#215;9</a></span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>
