Advanced Java Question:
In spring bean class uses singleton or prototype?

Answer:
By Default spring uses singleton or mention singleton="true" for singleton else false for prototype inside bean tag.
Previous Question | Next Question |
What is prototype? | What we can not do in jdbc but can do hibernate? |