In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work
Answer Posted / mallikarjuna
i think client is waiting for the anyone return the object
to connectionpool
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is the ternary operator written x : y ? Z or x ? Y : z ?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Explain about thread synchronization inside a monitor?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
the same information whether it will connect to the database or it will be used previous information?
Why use a datasource when you can directly specify a connection details?
How will you pass parameters in RMI? Why do you serialize?
Are we allowed to change the transaction isolation property in middle of a transaction?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is TL and its use?
Explain about local interfaces.
What is Remote Server?
Explain about RMI Architecture?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the difference between session and entity beans?