Multiple choice

In which of the following server tasks, when a component wishes to access a database, it does not create a new database connection, instead it simply grabs a connection from a pool of available connections?

  1. Instance passivation

  2. Optimized method invocation

  3. Database connection pooling

  4. TX_MANDATORY

  5. GET

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Here, when a component wishes to access a database, it does not create a new database connection instead it simply grabs a connection from a pool of available connections.