Sunday, October 28, 2012

what is the difference between Spring Signleton and Java Singleton?

Spring singleton is a singleton for Context or container

Java singleton is per process and per class loader


No comments:

Post a Comment