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 is final different from finally and finalize in java?
What is anagram number?
What is use of a abstract variable?
What do you understand by garbage collection in Java? Can it be forced to run?
What is primitive array?
What are static blocks in java ?
Does isempty check for null?
What are the four integer types supported by java?
Explain the importance of finalize() method.
What invokes a thread's run() method in java programming?
How do you sort objects in java?
What is a conditional equation?
Compare overloading and overriding?
What is the difference between JDK and JVM?
Explain about doubly linked list