Java and Me

An Interesting Journey

Menu

Demand Holder Idiom

Lazy Initialization in Multi-threaded Environment

Lazy Initialization is a way of improving performance of application. In lazy initialization objects are not initialized until they are needed. This saves the cost of creating objects and wasting memory until they are actually needed. Proxy Objects in Hibernate

Rahul Kulshreshtha February 4, 2015 Multithreading 3 Comments Read more

Categories

  • Java 9 Features
  • JUnit
  • JVM
  • Multithreading

Recent Posts

  • JVM Flags
  • JEP 102- Process API Updates
  • Safe Singleton
  • Java 9 Features
  • Lazy Initialization in Multi-threaded Environment

Recent Comments

  • Robin on JEP 102- Process API Updates
  • Rey on Lazy Initialization in Multi-threaded Environment
  • rajesh khore on JUnit Introduction
  • ig on Lazy Initialization in Multi-threaded Environment
  • Java 9 Features | Java and Me on JEP 102- Process API Updates

Archives

  • February 2015
Copyright © 2025 Java and Me. Powered by WordPress. Theme: Spacious by ThemeGrill.