Category: ব্লগ । Blog

ব্লগ । Blog

Factory Pattern vs 🏭 Abstract Factory Pattern in Java

Abstract Factory Pattern Example in Java From: AI Tools/OpenAI/Chatgpt “ Perfect 👍 Let me give you a clean, copyright-free Abstract Factory Pattern Java example with explanation. 🏭 Abstract Factory Pattern Example in Java Problem: We want to create UI components (Button, Checkbox) for different operating systems (Windows and Mac). The client should be able to …

Continue reading

Builder Pattern vs ⚙️ Factory Pattern in Java

From AI Tools/Open AI/ChatGPT “ Perfect 👍 Here’s a copyright-free comparison table of the Builder Pattern vs Factory Pattern in Java, styled for easy posting on Facebook/Blog: 🏗️ Builder Pattern vs ⚙️ Factory Pattern in Java Aspect Builder Pattern Factory Pattern Type Creational design pattern Creational design pattern Purpose To construct complex objects step by …

Continue reading

Factory Design Pattern: Examples in Java

Observe the code below: We wanted to create objects such as shape1, shape2, and shape 3. We did not directly (create and) call the class for the required objects. We did not create or call a circle class, or a square class, or a rectangle class. We rather thought there was a factory class that …

Continue reading

Builder Design Pattern: Example in Java

Observe these two examples of Object Creation from the Student Class We did not call the constructor with the property values, but we built the object step by step with only the properties and values we needed. This can be useful when we have classes with many properties, many properties/attributes are also optional or serve …

Continue reading

Operating Systems: Storage and File Systems

Ref: Internet, Google Images, Google Search

History of Linux

Ref:

Operating Systems: Components, OS User Interfaces

Ref: Internet, Google, Google Images.

Kernel, Shell, Operating Systems and Functionality of Operating Systems

Operating System Functionality Ref: https://www.geeksforgeeks.org/introduction-of-process-management/

Hardware/Software/Operating Systems

Ref: •Ref: https://www.uow.edu.au/student/learning-co-op/technology-and-software/operating-systems/ •https://www.learncomputerscienceonline.com/operating-system/ •System Software: https://www.techtarget.com/whatis/definition/system-software

Difference Between System Software and Application Software

Ref: https://www.geeksforgeeks.org/difference-between-system-software-and-application-software/