preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / suresha
No,It should be following syantx
Preparestatement ps=con.preparestament("some query");
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are jdbc?
How can we retrieve data from the resultset?
What are the functions of the jdbc connection interface?
What is jdbc and odbc?
What are the exceptions in jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Why hibernate is better than jdbc?
Is uri the same as url?
What do you understand by jdbc statements?
Name the new features added in jdbc 4.0.
What is 2 phase commit?
What is jdbc and odbc in java?
How many types of statements are there in jdbc?
Which interface is responsible for transaction management in jdbc?
Why resultset is used in java?