what is the use of datasource in core java?
Answer Posted / lark
A DataSource encapsulates state information for a database
such as driver class name, url, username and password. This
info is then handed out via the getConnection() method to
its callers.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can abstract class have private constructor?
Explain about OOPS concepts and fundamentals.
What is the difference between normal report & matrix report?
What about interrupt() method of thread class ?
what r advatages of websphere? & how to deploy?
What is the use of optional ?
What is use of valueof () in java?
Which java collection does not allow null?
What is the effect of keeping a constructor private?
What happens if an exception is not handled in a program?
What is exception propagation?
What is the difference between a local variable and an instance variable?
Why 1 is not a prime number?
Define array. Tell me about 2-D array.
What is comparable and comparator interface? List their differences