Tuesday, November 29, 2011

In a large-scale multi-threaded environment, how might you organise access to a shared resource (such as a database connection)?

We can have connection pool used for such cases like for DB connections.
Category:Java Interview Questions

No comments:

Post a Comment