What is DataSource ?how can its associated with connection
pools ?
Answer Posted / faraz
DataSoource is an Interface that is an alternative to
Driver manager.It has methods :
getConnection()
getConnection(username,pwd)
...and many more..
Through JNDI it connects with database.
Or It takes from Connection pool.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How many types of logs are there?
How to check the version of Java?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
What are log filters and what are their purpose?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
List components of jndi?
What elements make up the administration console?
How to configure a DB connection pool ?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
What type of object is returned by resultset.getobject()? : BEA Weblogic
What is the boot?
How managed servers communicate with each other?
How should you type cast a remote object?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
Explain the Command line utilities in wls?