<?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>java Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/java/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Thu, 03 Sep 2020 06:53:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to install Oracle Java 8 on Ubuntu 16.04/Linux Mint 17 (PPA Method)</title>
		<link>https://www.binarytides.com/install-oracle-java-8-ubuntu-ppa/</link>
					<comments>https://www.binarytides.com/install-oracle-java-8-ubuntu-ppa/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 08 May 2016 07:07:53 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7977</guid>

					<description><![CDATA[<p>Install Oracle Java 8 Ubuntu has OpenJDK installed by default, but in certain cases you might need to install Oracle Java instead. It is possible to install Oracle Java manually, however the process is a bit lengthy and requires a lot of steps. Oracle Java can be downloaded from the official website over here -... <span class="read-more"><a href="https://www.binarytides.com/install-oracle-java-8-ubuntu-ppa/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/install-oracle-java-8-ubuntu-ppa/">How to install Oracle Java 8 on Ubuntu 16.04/Linux Mint 17 (PPA Method)</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/install-oracle-java-8-ubuntu-ppa/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Udp Socket Programming in Java &#8211; How to Code Client and Server</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-java/</link>
					<comments>https://www.binarytides.com/udp-socket-programming-in-java/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 06:48:12 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java sockets]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[udp sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2932</guid>

					<description><![CDATA[<p>UDP - User Datagram Protocol sockets UDP is an alternative protocol to the more commonly used TCP protocol. It is a connection-less protocol where you directly send packets without have to establish a proper connection. UDP packets have smaller headers compared to TCP headers. Also data communication is faster since no acknowledgement is exchanged for... <span class="read-more"><a href="https://www.binarytides.com/udp-socket-programming-in-java/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/udp-socket-programming-in-java/">Udp Socket Programming in Java &#8211; How to Code Client and Server</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/udp-socket-programming-in-java/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>Java socket programming Tutorial &#8211; How to code Client and Server</title>
		<link>https://www.binarytides.com/java-socket-programming-tutorial/</link>
					<comments>https://www.binarytides.com/java-socket-programming-tutorial/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 11:49:31 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2206</guid>

					<description><![CDATA[<p>Socket programming in Java This is a quick guide/tutorial to learning socket programming in Java. The Socket class is documented at http://docs.oracle.com/javase/1.4.2/docs/api/java/net/Socket.html To summarise the basics, sockets are the fundamental "things" behind any kind of network communications done by your computer. For example when you type www.google.com in your web browser, it opens a socket... <span class="read-more"><a href="https://www.binarytides.com/java-socket-programming-tutorial/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/java-socket-programming-tutorial/">Java socket programming Tutorial &#8211; How to code Client and Server</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/java-socket-programming-tutorial/feed/</wfw:commentRss>
			<slash:comments>24</slash:comments>
		
		
			</item>
		<item>
		<title>Execute an sql script in jdbc</title>
		<link>https://www.binarytides.com/execute-an-sql-script-in-jdbc/</link>
					<comments>https://www.binarytides.com/execute-an-sql-script-in-jdbc/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:21:00 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=24</guid>

					<description><![CDATA[<p>The SQL Script should have comments starting with - or -- only on new lines and each command should end with a ; . Reading a sql file and putting all of it in a string variable and feeding to the execute command would result in an exception. All instructions must be executed individually. A... <span class="read-more"><a href="https://www.binarytides.com/execute-an-sql-script-in-jdbc/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/execute-an-sql-script-in-jdbc/">Execute an sql script in jdbc</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/execute-an-sql-script-in-jdbc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Read write and save configurations to a file in java</title>
		<link>https://www.binarytides.com/read-write-save-configuration-file-java/</link>
					<comments>https://www.binarytides.com/read-write-save-configuration-file-java/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:24:00 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=23</guid>

					<description><![CDATA[<p>Configuration files are used in applications to store settings, user preferences and other configuration parameters of an application so that. When configurations are changed from within the application these need to be saved so that next time the application starts with these new settings. In Java reading and writing to a configuration is pretty simple... <span class="read-more"><a href="https://www.binarytides.com/read-write-save-configuration-file-java/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/read-write-save-configuration-file-java/">Read write and save configurations to a file in java</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/read-write-save-configuration-file-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
