• Post category:StudyBullet-2
  • Reading time:6 mins read

Time to Master your Primary Weapon

What you will learn

Creational Design Patterns

Design Patterns

After attending this course will be in very good position to Nail you Java Interview

Deep Look at Java Memory Model

Understanding how Design patterns are implemented inside Java Memory Model

Core Java Concepts

Problems that can be solved with Design Patterns

Deep understanding of Java concepts

How to combine and use design patterns

Exact Answers for Famous Interview Questions asked by Top IT MNC’s and top Financial institutes about Design patterns

Description

Design patterns provide a template for writing quality code. Knowing which design pattern to use in which scenario can be challenging but will make you a master Java programmer. In this course you will take a deep dive into creational patterns, which can help you create more flexible, reusable objects.

I will be covering the six most popular creational patterns— Builder, Telescoping Constructor, Singleton, Prototype, Factory and Abstract Factory as well as concepts such as multithreading, mutability, inheritance and Java Heap and Stack workings.

I will provide example use cases, complete with implementation instructions and tips for avoiding the unique challenges posed by each pattern also explain how do design patterns work inside Java Heap and Stack Memory.

By the end of this course, you’ll be equipped with the knowledge and skills necessary to implement each design patterns in your Java projects.

Learning Objectives:

What are creational design patterns?

How to avoid complex constructors?

Implementing the Builder pattern

Implementing the Telescoping pattern

Understanding similarity between Builder and Telescoping pattern

Best interview answers for Singleton pattern Questions.

Also get a practical idea about the advance concepts such as serialization, cloning, multi-threading and reflection

Problem and Solution of Multi-threading with the Singleton pattern

Implementing the Prototype pattern

Best interview answers for Prototype pattern Questions.

Implementing simple Factory pattern


Get Instant Notification of New Courses on our Telegram channel.


Implementing Abstract Factory pattern

English

Language

Content

Introduction

Introduction

Prerequisites for this course

Builder and Telescoping Design Pattern

When To Use Builder Design Pattern

Alternative To Builder Pattern Telescoping Pattern

Builder Inside Builder

Summary of Builder and Telescoping pattern

Singleton Design Pattern

When to use Singleton Pattern ?

Implement the Singleton Pattern

Problems and Solution of Singleton with Multithreading

Interview Qin Eager and Lazy Instantiation Singleton Pattern

Interview Qin what happens when we implement serialization tomorrow

Interview Qin can reflection break Singleton Pattern

Interview Qin can Cloning break Singleton Pattern

Summary of Singleton pattern

Prototype Design Pattern

What is Prototype Pattern ?

Mutability Problem and Solution

Shallow Copy and Deep Copy

Summary of Prototype Pattern