Spring XML Based DI and Builder Pattern

Spring XML Based DI and Builder Pattern
Spring XML Based DI and Builder Pattern Recently, I had faced a situation where a project using Spring framework for its Business layer and maintains the Spring dependencies in the XML file. They can not upgrade this XML based configuration to java...

5 fundamental differences between OOP and FP

5 fundamental differences between OOP and  FP
5 fundamental differences between OOP Vs FP In this Article, we will discuss the comparison between Object Oriented Programming and Functional programming. Here I will not discuss which style is good or you should adopt this style blah blah.Each...