How can you use preparedstatement in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What are the steps to connect to a database in java?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
what happens if connection is not closed?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
can we create a own jdbc driver? how can we create?
What is data source in java?
What does executeupdate return in java?
What is the return type of class.forname() method?
What are JDBC statements?
What is url in jdbc connection?
Which database is used for java?
Where is ojdbc14 jar located?