VOOZH about

URL: https://www.javacodegeeks.com/author/arpit-mandliya

⇱ Arpit Mandliya, Author at Java Code Geeks


  • Core Java👁 Image
    Arpit MandliyaJune 25th, 2014
    11 434

    Difference between Abstract Class and Interface in java

    Some of the popular interview questions are “What are the differences between abstract class and interface”, “When will you use…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 26th, 2014
    51 1,247

    How HashMap works in java

    Most common interview questions are “How HashMap works in java”, “How get and put method of HashMap work internally”. Here…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 3rd, 2014
    0 196

    Externalizable in java

    Before understanding Externalizable interface, you need to have idea about Serialization.You can read more about Serialization at Serialization in java.…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 12th, 2013
    18 638

    Serialization in java

    Java provides mechanism called serialization to persists java objects in a form of ordered or sequence of bytes that includes…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 8th, 2013
    4 534

    Template method design pattern in Java

    Template method pattern is a behavioral design pattern which provide base method for algorithm,called template method which defers some of…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 1st, 2013
    41 2,453

    Difference between Comparator and Comparable in Java

    One of the common interview question is ‘What are differences between Comparator and Comparable’. or ‘How will you sort collection…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 1st, 2013
    0 295

    Observer design pattern in Java

    As the name suggests it is used for observing some objects.Observer watch for any change in state or property of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Arpit MandliyaFebruary 22nd, 2013
    14 625

    JAXB tutorial – Getting Started

    Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…

    Read More »
  • Enterprise Java👁 Image
    Arpit MandliyaFebruary 22nd, 2013
    3 199

    Hibernate inheritance: Table per class hierarchy

    In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement…

    Read More »
Back to top button
Close