What are the two major components of JDBC?
Answer Posted / geetanjali
1.connection pool
2.Data source
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
Describe what a thread-local variable is in java?
Can we convert stringbuilder to string in java?
Name component subclasses that support painting in java programming?
How objects are stored in java?
What does int [] mean in java?
What is the difference between static method and instance method in Java?
Does collectionutils isempty check for null?
What are some alternatives to inheritance?
Can we override final method?
What are three advantages of using functions?
How does remove work in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Difference between string, string builder, and string buffer?
What is the difference between variable & constant?
What is the difference between equals() and?