what is the use of datasource in core java?
Answer Posted / mohideen
DataSource is used to acquiting the database connection of
open and close in the connection pools.
DataSource.getconnection() &
DataSource.close().
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do you remove an element from an arraylist in java?
How to handle a web browser resize operation?
Explain the difference between protected and default access.
What are the different conditional statements?
What are the 7 types of characters?
What is the default value of the local variables?
When is finally block not called?
Is it possible to write a regular expression to check if string is a number?
What is the locale class in java programming?
What are different types of inner classes ?
Define jit compiler?
What is the importance of static variable?
What's the base class in java from which all classes are derived?
What is the function of compareto in java?
What is a key in java?