What are the two major components of JDBC?
Answer Posted / priyanka
1.Driver Manager
2.Connection
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What methods are used in Servlet?Applet communication?
What is an exception in java?
Is overriding possible in java?
What is a list in java?
What is appletviewer?
What do you mean by multithreaded program?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is the use of flag?
How can we use primitive data types as objects?
what is the difference between yielding and sleeping? : Java thread
What is the relationship difference the canvas class and the graphics class?
How do you delete a list in java?
What is update method called?
I want to persist data of objects for later use. What’s the best approach to do so?
extending thread class or implementing runnable interface. Which is better? : Java thread