Gentlemen
I would like to clarify for myself whether there are clear links between the following pairs of terms in connection with Spring bins:
- singleton - prototype
- thread-safe - not-thread-safe
- stateful - stateless
Is it possible to argue that:
- prototype == thread-safe
singleton! = thread-safe
prototype == stateful
- singleton == stateless
Thanks in advance.