what is the use of datasource in core java?
Answer Posted / mohideen
DataSource is used to acquiting the database connection of
open and close in the connection pools.
DataSource.getconnection() &
DataSource.close().
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is static keyword?
How is java hashmap implemented?
What is a condition in programming?
What are the different approaches to implement a function to generate a random number?
How do you remove spaces in java?
How do you break a loop?
Tell some latest versions in JAVA related areas?
Explain about doubly linked list
What is sizeof in java?
What is thread start?
What is hasnext in java?
How does multithreading take place on a computer with a single cpu?
What is the transient keyword?
What is difference between core java and java ee?
Can we extend a class with private constructor?