preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / chandrakala
No, the statement must be look like this
PreparedStatement p=new perpareStatement("query");
| Is This Answer Correct ? | 6 Yes | 16 No |
Post New Answer View All Answers
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Explain about column name and getter method?
What is connection commit?
What is the full form of jdbc and what is its purpose?
Write a program JDBCcode forfetching student database with SQL.
What is url in jdbc connection?
What is the different between ResultSet and RowSet?
What is in terms of jdbc a datasource?
What does the connection object represents?
What is namedparameterjdbctemplate?
What do you mean by batch processing in jdbc?
Is jdbc part of j2ee?
What is JDBC RowSet? What are different types of RowSet?
How do I start debugging problems related to the JDBC API?
What are the jdbc api components?