SingleConnectionDataSource (a DriverManagerDataSource subclass). As its name indicates, this maintains only a single connection.
SingleConnectionDataSource (a DriverManagerDataSource subclass). As its name indicates, this maintains only a single connection. Correct Answer True
Another data source implementation provided by Spring is SingleConnectionDataSource (a DriverManagerDataSource subclass). As its name indicates, this maintains only a single connection that’s reused all the time and never closed.
মোঃ আরিফুল ইসলাম
Feb 20, 2025