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 is a java object and java application?
Explain differences between collection api and stream api?
Can we start a thread twice in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are the uses of synchronized keyword?
Can constructor return value?
what is deadlock? : Java thread
What are the different types of collections in java?
What is runtime locatable code?
What string is utf8?
What does isempty () do in java?
What is identifier in java?
What are the features in java?
Why is java architectural neutral?
What does system.gc() and runtime.gc() methods do?