Java: Transactions and Proxies Question Bean Scopes and Transactions? (Click to reveal answer) Answer Use singleton scope for transactional services. Transactional services should typically have a singleton scope to ensure consistent transaction management. This scope makes sure that all users share the same instance, simplifying transaction management. Additional NotesBean Scopes and Transactions? Track: Java Topic: Spring Core Focus: Transactions and Proxies Topics: Java Spring Core Transactions and Proxies