ATPCO Interview Question

Spring - When you use Singleton instance in Spring, you will get only once instance. If I want to get multiple instances which is required for my application, how do you override or overcome the situation

Interview Answer

Anonymous

Sep 26, 2012

Define it as Spring bean with prototype scope

1