<?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 Code Geeks &#187; Arpit Mandliya</title> <atom:link href="http://www.javacodegeeks.com/author/arpit-mandliya/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Mon, 20 May 2013 13:00:19 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Serialization in java</title><link>http://www.javacodegeeks.com/2013/03/serialization-in-java.html</link> <comments>http://www.javacodegeeks.com/2013/03/serialization-in-java.html#comments</comments> <pubDate>Tue, 12 Mar 2013 08:00:30 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Serialization]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9638</guid> <description><![CDATA[Java provides mechanism called serialization to persists java objects in a form of ordered or sequence of bytes that includes the object&#8217;s data as well as information about the object&#8217;s type and the types of data stored in the object. So if we have serialize any object then it can be read and deserialize it [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/serialization-in-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Template method design pattern in Java</title><link>http://www.javacodegeeks.com/2013/03/template-method-design-pattern-in-java.html</link> <comments>http://www.javacodegeeks.com/2013/03/template-method-design-pattern-in-java.html#comments</comments> <pubDate>Fri, 08 Mar 2013 14:00:51 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Design Patterns]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9539</guid> <description><![CDATA[Template method pattern is a behavioral design pattern which provide base method for algorithm,called template method which defers some of its steps to subclasses So algorithm structure is same but some of its steps can be redefined by subclasses according to context. Template means Preset format like HTML templates which has fixed preset format.Similarly in [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/template-method-design-pattern-in-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Difference between Comparator and Comparable in Java</title><link>http://www.javacodegeeks.com/2013/03/difference-between-comparator-and-comparable-in-java.html</link> <comments>http://www.javacodegeeks.com/2013/03/difference-between-comparator-and-comparable-in-java.html#comments</comments> <pubDate>Fri, 01 Mar 2013 20:00:49 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Core Java]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9282</guid> <description><![CDATA[One of the common interview question is &#8216;What are differences between Comparator and Comparable&#8217;. or &#8216;How will you sort collection of employee objects by its id or name&#8217;.For that we can use two interfaces.i.e. Comparator and Comparable.Before we actually see differences,let me give you brief introduction of both. Comparable interface: Class whose objects to be [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/difference-between-comparator-and-comparable-in-java.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Observer design pattern in Java</title><link>http://www.javacodegeeks.com/2013/03/observer-design-pattern-in-java-2.html</link> <comments>http://www.javacodegeeks.com/2013/03/observer-design-pattern-in-java-2.html#comments</comments> <pubDate>Fri, 01 Mar 2013 17:00:01 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[Design Patterns]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9247</guid> <description><![CDATA[As the name suggests it is used for observing some objects.Observer watch for any change in state or property of subject.Suppose you are interested in particular object and want to get notified when its state changes then you observe that object and when any state or property change happens to that object,it get notified to [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/observer-design-pattern-in-java-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JAXB tutorial &#8211; Getting Started</title><link>http://www.javacodegeeks.com/2013/02/jaxb-tutorial-getting-started.html</link> <comments>http://www.javacodegeeks.com/2013/02/jaxb-tutorial-getting-started.html#comments</comments> <pubDate>Fri, 22 Feb 2013 11:00:30 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JAXB]]></category> <category><![CDATA[XML]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8918</guid> <description><![CDATA[What is JAXB? JAXB stands for Java architecture for XML binding.It is used to convert XML to java object and java object to XML.JAXB defines an API for reading and writing Java objects to and from XML documents.Unlike SAX and DOM,we don&#8217;t need to be aware of XML parsing techniques. &#160; There are two operations [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/jaxb-tutorial-getting-started.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hibernate inheritance: Table per class hierarchy</title><link>http://www.javacodegeeks.com/2013/02/hibernate-inheritance-table-per-class-hierarchy.html</link> <comments>http://www.javacodegeeks.com/2013/02/hibernate-inheritance-table-per-class-hierarchy.html#comments</comments> <pubDate>Fri, 22 Feb 2013 08:00:25 +0000</pubDate> <dc:creator>Arpit Mandliya</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss Hibernate]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8902</guid> <description><![CDATA[In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement inheritance in hibernate.In this post,we will see one of them i.e.one table per class hierarchy. Inheritance in hibernate: Java is object oriented language and inheritance is one of main functionalities of java.Relation model can implement [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/hibernate-inheritance-table-per-class-hierarchy.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/3 queries in 0.001 seconds using apc
Object Caching 909/909 objects using apc
Content Delivery Network via cdn.javacodegeeks.com

Served from: www.javacodegeeks.com @ 2013-05-20 19:56:28 -->