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 visibility mode?
What is the char data type?
What is the technique adopted to create an immutable class?
Explain the importance of import keyword in java?
What is the purpose of the file class in java programming?
What is module with example?
Explain about main() method in java ?
Explain yield() method in thread class ?
What is the difference between super class & sub class?
When we should use serialization?
Difference between method overloading and method overriding in java ?
What is generics in java interview questions?
How can an exception be thrown manually by a programmer?
When is the finalize() called?
Can we use return in constructor?