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
How many jdbc driver types are there?
What are the advantages of using preparedstatement in java?
How do I stop nullpointerexception?
Does jdbc use ssl?
What is odbc jdbc?
Is jdbc a framework?
If I use the JDBC API, do I have to use ODBC underneath?
How can I manage special characters when I execute an insert query?
What is JDBC Driver interface?
What is db client?
When do we use execute method in java jdbc?
What is the return type of class.forname() method?
Define preparedstatement.
What is @entity in java?
Discuss the procedure of retrieving warnings?