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 repository pattern in java?
What is dao in java?
What do you understand by numeric promotion?
What is jpa entitymanager?
What is hql in java?
Is java secure? : java security
What java systems libraries and methods are available for me to use?
Can an application have multiple classes having main method?
What is java bean class?
Why struts framework is used in java?
How do you check if java is installed on windows command prompt?
What is javax annotation generated?
In which language eclipse is developed?
Explain the encapsulation principle.
differences between iterator and spliterator in java se 8?