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
Is jprofiler open source?
What kind of thread is the garbage collector thread?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
How many types of jdk are there?
Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
How can one prove that the array is not null but empty?
What is javax annotation generated?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
What is the java virtual machine (jvm)?
What is singleton pattern in java?
What is cloning in java?
What is cookie in java?
What can open a jar file?
What's the difference between code-based security and role-based security? Which one is better? : java security
Which is best framework in java?