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 a buffer in java?
What is difference between equal and == in java?
Is string a datatype?
In java, how we can disallow serialization of variables?
Which collection is thread safe in java?
what is function overloading in java?
Can you use this() and super() both in a constructor?
Why heap memory is called heap?
Can you create an object of an abstract class?
How to sort an unsorted array in java?
why we use merge option in hybernate pls give a ex snippet
Is it possible to override the main method?
Is java hashset ordered?
Can we define private and protected modifiers for the members in interfaces?
What does math floor () do?