What are the two major components of JDBC?
Answer Posted / gajendra
The two major components of JDBC are
1.Driver
2.DriverManager
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is private static in java?
What is a static class in java?
What are the various access specifiers in java?
What is the static import?
Why is java multithreaded?
What is the maximum size of a string in java?
What is static import?
Can we assign integer value to char in java?
Why does java have two ways to create child threads?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
How can we make string upper case or lower case?
What is difference between == equals () and compareto () method?
What technique is carried out to find out if a particular string is empty?
What restrictions are placed on method overloading in java programming?
What are the two ways of implementing multi-threading in java?