Domanda di colloquio di ATPCO

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

Risposta di colloquio

Anonimo

26 set 2012

Define it as Spring bean with prototype scope

1