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
What do you understand by classes in java?
In how many ways we can do exception handling in java?
How to remove the trailing spaces from a string?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How hashset works internally in java?
What is sizeof () operator?
Explain access modifiers in java.
What is java in layman terms?
Explain about exception propagation?
What is string builder in java?
What is an inner class in java?
What does the append?
Tell us something about set interface.
What should I import for arraylist in java?
Why hashcode is used in java?