<?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>Tec Bar &#187; Java</title>
	<atom:link href="https://www.tecbar.net/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecbar.net</link>
	<description></description>
	<lastBuildDate>Tue, 19 Dec 2017 20:49:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Java Date Format Pattern</title>
		<link>https://www.tecbar.net/java-date-format-pattern/</link>
		<comments>https://www.tecbar.net/java-date-format-pattern/#comments</comments>
		<pubDate>Wed, 12 Apr 2017 07:45:59 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1195</guid>
		<description><![CDATA[<p>Java SimpleDateFormat Date and time formats are specified by date and time pattern strings. Within format strings, unquoted letters from &#8216;A&#8217; to &#8216;Z&#8217; and from &#8216;a&#8217; to &#8216;z&#8217; are treated as format letters representing the components of a date or &#8230; <a href="https://www.tecbar.net/java-date-format-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/java-date-format-pattern/">Java Date Format Pattern</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/java-date-format-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between @Component, @Repository &amp; @Service annotations in Spring</title>
		<link>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/</link>
		<comments>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/#comments</comments>
		<pubDate>Thu, 09 Jun 2016 18:39:22 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1182</guid>
		<description><![CDATA[<p>@Component &#8211; generic stereotype for any Spring-managed component (auto scan component) @Repository &#8211; stereotype for persistence layer (DAO component) @Service &#8211; stereotype for business layer (service component) @Controller &#8211; stereotype for presentation layer (spring-mvc)</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/">Difference between @Component, @Repository &#038; @Service annotations in Spring</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/difference-between-component-repository-service-annotations-in-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Current Date and Time in a Specific Timezone (Java)</title>
		<link>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/</link>
		<comments>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/#comments</comments>
		<pubDate>Fri, 29 Apr 2016 23:36:53 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1165</guid>
		<description><![CDATA[<p>[crayon-69df2516a0cce939319856/] Output: [crayon-69df2516a0cd9966916895/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/">Get Current Date and Time in a Specific Timezone (Java)</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/get-current-date-and-time-in-a-specific-timezone-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java HTTP client crashes on HTTPS connections</title>
		<link>https://www.tecbar.net/java-http-client-crashes-on-https-connections/</link>
		<comments>https://www.tecbar.net/java-http-client-crashes-on-https-connections/#comments</comments>
		<pubDate>Sun, 13 Dec 2015 07:10:25 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1126</guid>
		<description><![CDATA[<p>OS: CentOS 6.5 JAVA: 1.7.0_91 One use case in the project: due to the remote client server system upgrade, HTTPClient runs into such exception like javax.net.ssl.SSLException: java.security.ProviderException: java.security.KeyException: [crayon-69df2516a142b301260635/] After Java runtime was upgrade to Java 8, the exception is &#8230; <a href="https://www.tecbar.net/java-http-client-crashes-on-https-connections/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/java-http-client-crashes-on-https-connections/">Java HTTP client crashes on HTTPS connections</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/java-http-client-crashes-on-https-connections/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Java 8 (JDK 8u66) on CentOS</title>
		<link>https://www.tecbar.net/install-java-8-jdk-8u66-on-centos/</link>
		<comments>https://www.tecbar.net/install-java-8-jdk-8u66-on-centos/#comments</comments>
		<pubDate>Tue, 27 Oct 2015 19:14:28 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1111</guid>
		<description><![CDATA[<p>Download latest 64 bit Java SE Development Kit 8 release [crayon-69df2516a1916524250775/] To download 32 bit Java 8 [crayon-69df2516a191e020232386/] Install Java [crayon-69df2516a1924965575832/] choose /opt/shared/jdk1.8.0_66/bin/java Setup Jar and Java c (optional) [crayon-69df2516a1929459582183/] Configuring Environment Variables (if necessary) it will auto load the &#8230; <a href="https://www.tecbar.net/install-java-8-jdk-8u66-on-centos/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/install-java-8-jdk-8u66-on-centos/">Install Java 8 (JDK 8u66) on CentOS</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/install-java-8-jdk-8u66-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How HashSet implemented in Java</title>
		<link>https://www.tecbar.net/how-hashset-implemented-in-java/</link>
		<comments>https://www.tecbar.net/how-hashset-implemented-in-java/#comments</comments>
		<pubDate>Fri, 09 Oct 2015 00:14:59 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1083</guid>
		<description><![CDATA[<p>In Java, HashSet uses HashMap to finish: add, get, iterator etc. The HashMap also can help an element inside HashSet is unique. [crayon-69df2516a1d1e708563736/]</p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/how-hashset-implemented-in-java/">How HashSet implemented in Java</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/how-hashset-implemented-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How HashMap works in Java</title>
		<link>https://www.tecbar.net/hashmap-implementation-in-java/</link>
		<comments>https://www.tecbar.net/hashmap-implementation-in-java/#comments</comments>
		<pubDate>Thu, 08 Oct 2015 19:33:51 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=1071</guid>
		<description><![CDATA[<p>HashMap works on the principle of Hashing. There are several terms: key, hash code, hash function, bucket, entry in HashMap public int hashCode() hashCode returns an integer code, we can call this method as hash function A bucket is used &#8230; <a href="https://www.tecbar.net/hashmap-implementation-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hashmap-implementation-in-java/">How HashMap works in Java</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hashmap-implementation-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Queue example in Java</title>
		<link>https://www.tecbar.net/queue-example-in-java/</link>
		<comments>https://www.tecbar.net/queue-example-in-java/#comments</comments>
		<pubDate>Wed, 30 Sep 2015 00:07:10 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=985</guid>
		<description><![CDATA[<p>Java provides us Queue interface, where we can keep and handle elements before processing. Except the methods that Collection provides, it also supports some basic operations in order to simulate the classic queue structure. Each of these operations exists in &#8230; <a href="https://www.tecbar.net/queue-example-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/queue-example-in-java/">Queue example in Java</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/queue-example-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock in Java</title>
		<link>https://www.tecbar.net/lock-in-java/</link>
		<comments>https://www.tecbar.net/lock-in-java/#comments</comments>
		<pubDate>Wed, 22 Jul 2015 19:20:22 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=839</guid>
		<description><![CDATA[<p>In the previous post (Synchronized vs ReentrantLock in Java) ,  we have discussed the difference between synchronized and ReentrantLock. The keyword synchronized can be widely used in many multi-threaded environments. However, there are some drawbacks when using synchronized. The use of &#8230; <a href="https://www.tecbar.net/lock-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/lock-in-java/">Lock in Java</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/lock-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asynchronous method invocation in Spring Framework</title>
		<link>https://www.tecbar.net/asynchronous-method-invocation-in-spring-framework/</link>
		<comments>https://www.tecbar.net/asynchronous-method-invocation-in-spring-framework/#comments</comments>
		<pubDate>Tue, 26 May 2015 23:02:10 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=817</guid>
		<description><![CDATA[<p>Since Spring 3.0, annotation support for both task scheduling and asynchronous method execution has been added. The post will give a demo of @Async annotation and its uses. @Service – annotate classes at service layer level. @Async &#8211; put @Async &#8230; <a href="https://www.tecbar.net/asynchronous-method-invocation-in-spring-framework/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/asynchronous-method-invocation-in-spring-framework/">Asynchronous method invocation in Spring Framework</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/asynchronous-method-invocation-in-spring-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
