Get rid of Inheritance Forest: Part 1

Get rid of Inheritance Forest: Part 1
Get rid of Inheritance Forest While doing code review, I have seen many times that there is a potential danger of creating a lot of inherited classes, meaning a simple change in business requirements may make things unmanageable. So, surely, this...

An Interview Question on Spring Singleton

An Interview Question on Spring Singleton
Spring Singleton While taking interview on Spring core, Often I ask a question What do you mean by Spring Singleton scope? Most of the time I got an answer like Spring singleton scope manages only one object in the container. Then after getting...