NSNeeraj Singhinninjawarrior.hashnode.dev·Feb 4, 2021 · 15 min readDesign Patterns in JavaCreational : Creational design patterns are used to design the instantiation process of objects. 1> Prototype Design Pattern The Prototype design pattern is used to specify the kinds of objects to create using a prototypical instance, and create ...00
NSNeeraj Singhinninjawarrior.hashnode.dev·Feb 1, 2021 · 4 min readJAVA 8 BasicsFunctional Programming What is functional programming? FP is a paradigm that takes complex computation as the evaluation of mathematical functions (lambda expressions) which makes the code easier to understand, less complex, and reasonable to test. ...00