Skip to content

Javagyansite

Amplify your java knowledge with javagyansite

  • Design Patterns
    • Design Principles
    • All Design Patterns
    • Behavioural Patterns
    • Structural Patterns
    • Creational Patterns
  • Core Java
    • Core Java Basics
    • OOPS
    • keywords
    • Exception Handling
    • Threads
    • Strings
    • Advanced Topics
    • Java IO
    • Java Reflection
    • Serialization
    • Java 8
    • DataStructure
  • Collections
  • JVM Concepts
  • Spring
    • All Spring Articles
    • Spring Basics
    • Spring Beans
    • Spring AOP
    • Spring Boot
    • Spring MVC
    • Spring RESTful API
    • Spring JDBCTemplate
    • Spring Data JPA
    • Spring Batch
    • Spring Transaction
  • J2EE
  • Interview Questions and Answers
    • Java Programs asked in Interviews
    • Spring Boot Interview Questions
    • Java 8 Interview Questions
    • Microservices Interview Questions
    • REST API Interview Questions
    • OOPs Interview Questions and Answers
    • Core Java Interview Questions
    • Top Java Collections Interview Questions 2023
    • Top Java Exception Handling Interview Questions with Answers
    • JVM Interview Questions
    • Java Advanced Interview Questions
    • Java Thread Interview Questions
    • Java Reflection : Interview questions
  • Scala
  • Microservices
  • Misc Topics
  • Hibernate
  • SQL
  • DevOps
    • Docker
    • Maven
  • Useful Tools
    • Image to Base64 Converter
    • Word Counter Tool

Latest Posts

Abstract Factory Design Pattern in Java

August 4, 2016 gyanauce2006 Creational Patterns, Design Patterns, Java

In this article, we’re going to take a detailed look into the Abstract Factory Design Pattern in Java. So, let’s[…]

Read more

Mastering Factory Design Pattern in Java: Complete Guide

July 31, 2016 gyanauce2006 Creational Patterns, Design Patterns, Java

This is one of the commonly used Creational Design Patterns.The Factory Design pattern in Java returns one of the instances[…]

Read more

Singleton Class in Java: Deep Insights

July 30, 2016 gyanauce2006 Creational Patterns, Design Patterns, Java

What is Singleton Class in Java ? Singleton class in Java is a design pattern that ensures a class has[…]

Read more

Design Patterns in Java: For Efficient Development 2023

July 30, 2016 gyanauce2006 Design Patterns, Java

Design Patterns in Java are proven solutions to common software design problems. They provide developers with reusable and well-tested techniques[…]

Read more

Professional Tips: Top 10 Design Principles in Java 2023

July 16, 2016 gyanauce2006 Core Java, Design Patterns, Design Principles, Java

In this Article we will cover different design principles in Java for building Robust and Flexible Applications. These design principles[…]

Read more

Dynamic proxy in Java

March 30, 2016 gyanauce2006 Advanced Topics, Core Java, Java

Advanced Dynamic proxy allows us to implement interfaces dynamically by handling method calls in an InvocationHandler. It allows us to intercept method calls and[…]

Read more

Externalizable in Java

March 23, 2016 gyanauce2006 Java, Serialization

We can customise the Serialization process by the following two ways: Implementing Externalizable interface. Implement Serializable and add the following[…]

Read more

Magic methods to Customize Serialization

March 23, 2016 gyanauce2006 Java, Serialization

Magic Methods to Customize Serialization (i) private void writeObject(ObjectOutputStream out) throws IOException: This method helps in customizing the serialization process.Here we can[…]

Read more

serialVersionUId in Serialization

March 22, 2016 gyanauce2006 Java, Serialization

serialVersionUID is the only static field that gets serialized during object serialization.It basically represents the version of the class. package[…]

Read more

Serialization in Java

March 22, 2016 gyanauce2006 Java, Serialization

Serialization in simple words is the process of converting java object into bytes. Deserialization is the opposite action i.e., converting[…]

Read more

Posts pagination

«Previous Posts 1 … 40 41 42 43 Next Posts»

Namecheap Best Deals

Email Subscription

Enter your email address to subscribe to javagyansite and receive notifications of new posts by email.

Categories

  • Advanced Topics (1)
  • DevOps (4)
    • Docker (3)
    • Maven (1)
  • Hibernate (2)
  • Java (331)
    • Core Java (247)
      • Advanced Topics (24)
      • Collection (3)
      • Collections Framework (26)
      • Core Java Basics (61)
        • keywords (10)
      • DataStructure (14)
      • Exception Handling (18)
      • Java IO (33)
      • Java Programs (32)
      • Java Reflection (5)
      • Strings (6)
      • Threads (22)
    • Design Patterns (26)
      • Behavioural Patterns (11)
      • Creational Patterns (5)
      • Design Principles (2)
      • Structural Patterns (7)
    • Interview Questions and Answers (39)
    • J2EE (3)
    • Java 8 (19)
    • JVM Concepts (13)
    • Microservices (9)
    • OOPS (14)
    • Serialization (4)
  • Misc Topics (2)
  • Node.js (4)
  • Scala (15)
  • Science (1)
  • Spring Framework (57)
    • Spring AOP (3)
    • Spring Basics (28)
    • Spring Batch (1)
    • Spring Beans (8)
    • Spring Boot (18)
    • Spring Cloud (1)
    • Spring Data JPA (1)
    • Spring JDBCTemplate (2)
    • Spring MVC (7)
    • Spring RESTful API (6)
    • Spring Transaction (2)
  • SQL (49)
  • Uncategorized (1)

Archives

  • December 2023 (4)
  • November 2023 (2)
  • October 2023 (1)
  • September 2023 (53)
  • August 2023 (29)
  • July 2023 (32)
  • June 2023 (5)
  • April 2023 (1)
  • January 2023 (29)
  • July 2022 (1)
  • August 2021 (1)
  • June 2021 (1)
  • April 2021 (2)
  • January 2021 (1)
  • November 2020 (3)
  • June 2020 (3)
  • May 2020 (33)
  • April 2020 (43)
  • March 2020 (26)
  • February 2020 (33)
  • January 2020 (10)
  • December 2018 (4)
  • November 2018 (4)
  • October 2018 (2)
  • September 2018 (4)
  • August 2018 (3)
  • July 2018 (8)
  • June 2018 (2)
  • May 2018 (1)
  • April 2018 (12)
  • January 2018 (3)
  • April 2017 (15)
  • March 2017 (14)
  • February 2017 (5)
  • September 2016 (12)
  • August 2016 (9)
  • July 2016 (4)
  • March 2016 (15)

Pages

  • Privacy Policy
  • Contact Us
  • Disclaimer
  • Terms and Conditions
  • About Us
  • Affiliate Disclosure(Disclaimer)
WordPress Theme: Poseidon by ThemeZee.