Effective Java Chapter-1 Creating and Destroying objects
1. Static Factory Method instead constructors.
Good old traditional way to create object is using constructor. Another technique to create object is called static factory method. Static factory method is different than design pattern factory method. Class can provide a public static factory method, simply static method that returns an instance of class.
Dependency Injection
Dependency Injection
Introduction to Spring
Introduction
Spring;
- Application development framework for java.
- Most popular application development framework.
- Makes developers more productive.
- Makes java simple productive, safer, reactive and cloud ready.
Dependency
Dependency is more specific directly relationship among two object, where one of the object modification may require others may need to be modificated.
Software Patterns
Read Software Architecture Patterns by Mark Richards
Add visuals
Image File Extension
Image File Selection
VSCode Shortcuts
Search text through all files at once
Ctrl + Shift + f
VS CODE Shortcuts
- Search text through all files at once
- Windows:
Ctrl + Shift + f
- Windows: