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 is the difference between execute, executeQuery, executeUpdate?
What is jdbc and its types?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What is the difference between ojdbc6 and ojdbc7?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Result set’s index starts with 0 or 1?
Name different methods for getting streams.
What happens if we don't close the connection in jdbc?
Explain the locking system in jdbc?
What are the differences between resultset and rowset?
Which interface is responsible for transaction management in jdbc?
What is JDBC DataSource and what are it’s benefits?
Which jdbc driver type s is are the jdbc odbc bridge?
Is odbc an api?