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
Define network programming?
What is cmp in java?
What is the difference between lambda expression and anonymous methods?
What is flatmap in java8?
What if I write static public void instead of public static void?
Explain working of java virtual machine (jvm)?
What are microservices in java?
Where are group policies stored? : java security
Please can anybody explain what exactly "the project architecture" means???
Which instutute is offering course for rhino jain slee
What is a yaml file in java?
What is the locale class?
What is the difference between jar and executable jar?
Which is better openjdk or oracle jdk?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.