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
how to convert Java project into Maven ?
State the main difference between c++ and java?
Is char * a string?
What is the static block?
What is the use of coding?
How do you declare a destructor in java?
Explain listiterator and methods in listiterator?
What is the difference between variable declaration and variable initialization?
What is consumer interface?
Which java collection does not allow null?
What is boolean strategy?
Which are different kinds of source code?
What is empty list in java?
What do you understand by private, protected and public?
When super keyword is used?