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
How does predicate work in java?
How the interruptible method gets implemented?
Explain throw keyword in java?
What is set and get methods in java?
What is a line break example?
What is the difference between this() and super() in java?
What is are packages?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is vector?
What are some characteristics of interference class?
How to make a non daemon thread as daemon?
what is comparable and comparator interface?
What are keywords and reserved words in java?
What is javac used for?
Explain about join() method?