<?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>The Developer&#039;s Info &#187; Java Network Streams</title>
	<atom:link href="http://thedevelopersinfo.com/category/java/java-1-6/java-io/java-network-streams/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedevelopersinfo.com/</link>
	<description>Resource which helps to developers to learn and use new technologies and application frameworks.</description>
	<lastBuildDate>Sun, 21 Aug 2011 09:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using URLConnection in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:04:50 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java I/O]]></category>
		<category><![CDATA[Java Network Streams]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1399</guid>
		<description><![CDATA[<p>URLConnections are closely related to URLs. Indeed, you get a reference to a URLConnection by using the openConnection() method of an URL object. In many ways, the URL class is only a wrapper around the URLConnection class. URLConnections provide more control over the communication between the client and the server. In particular, URLConnections provide not <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/">Using URLConnection in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/08/using-urlconnection-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using URL in Java</title>
		<link>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/</link>
		<comments>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:32:57 +0000</pubDate>
		<dc:creator>Oleg Mazurashu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 1.6]]></category>
		<category><![CDATA[Java I/O]]></category>
		<category><![CDATA[Java Network Streams]]></category>

		<guid isPermaLink="false">http://thedevelopersinfo.com/?p=1394</guid>
		<description><![CDATA[<p>Here I am going to show example which works with URL. Each URL(Uniform Resource Locator) unambiguously identifies the location of a resource on the Internet. Example shows how to connect to an URL, download its data and show it in console via System.out</p> import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; /** * This class <span style="color:#777"> . . . &#8594; Read More: <a href="http://thedevelopersinfo.com//2010/03/01/using-url-in-java/">Using URL in Java</a></span>


No related posts.]]></description>
		<wfw:commentRss>http://thedevelopersinfo.com//2010/03/01/using-url-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.354 seconds -->

