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 object-oriented programming in java?
Why scanner is used in java?
What are peerless components in java programming?
What are heterogeneous objects?
What is variable and constant explain with example?
What is a substring of a string?
Write a program to print 15 random numbers using foreach of java 8?
How do you declare a variable?
Can we override singleton class?
What is a memory leak in java?
Why should I use abstract class?
How many boolean functions are there?
Why isn’t there operator overloading?
What is nextint java?
What are conditionals and its types?