what are the steps in JDBC connectivity..???
Answer Posted / kapil
1.Load the Driver
2.Create Connection
3.Use Statement,PreparedStatement,CallableStatement for the
Querry
4.Use ResultSet to print the data...
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
what is reflection api? How are they implemented?
Are streams faster than for loops?
Do I need both jdk and jre?
What is the difference between lambda expression and anonymous methods?
What is profile in java?
What is a cookie in java?
What is a dao layer in java?
What does el mean in java?
How do I run a project in eclipse?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
What is type_scroll_insensitive in java?
What is the difference between a while statement and a do statement?
What is dto layer in java?
How does jpa repository work?
In java thread programming, which method is a must implementation for all threads?