preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / satya veni
No.Interfaces can not be instantiated.
PreparedStatement ps=con.PreparedStatement("query");
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What does jdbc stand for?
What are the different types of lockings in jdbc?
What is the execute method in java?
How can you make a connection?
What is difference between java.util.Date and java.sql.Date?
What is the use of statement in jdbc?
Is there another way of dealing with the result set that could execute faster?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are the common tasks of JDBC?
What is difference between odbc and jdbc?
Explain the difference between rowset vs. Resultset in jdbc?
What are the differences between stored procedure and functions?
Explain in detail about JDBC and its general features?
Is possible to open a connection to a database with exclusive mode with JDBC?
Describe odbc?