Answer:
Connection Pooling will make a single connection instance, which allows that instance to connect to all the databases. Advantage is that it does not open and close the connection object multiple times.
Source: My Own | Asked In: Many Interviews |
Alert Moderator