what are the steps in JDBC connectivity..???



what are the steps in JDBC connectivity..???..

Answer / 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

More Java Related AllOther Interview Questions

What is connection pooling in java?

0 Answers  


What is the singleton class in java?

3 Answers  


What is jpa entitymanager?

0 Answers  


How do I run a java program from the command line?

0 Answers  


How do you run an executable jar file?

0 Answers  






What is cloning in java?

0 Answers  


What do you understand by casting in java language? What are the types of casting?

0 Answers  


I am trying to create a new universal user group. Why can't i? : java security

0 Answers  


Can we write lambda without functional interface?

0 Answers  


What is ioexception in java?

0 Answers  


can a program use more than one command-line argument?

0 Answers  


What is a singleton in java?

0 Answers  


Categories