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
Where is ojdbc14 jar located?
Write a program JDBCcode forfetching student database with SQL.
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is jdbc architecture in java?
How many rowset are available in jdbc?
What does executeupdate return in jdbc?
Where is jdbc used?
Does jdbctemplate use prepared statements?
What is ojvm used for?
What class.forname will do while loading drivers of jdbc?
What is com mysql jdbc driver?
What packages are used by jdbc?
What is connection commit?
What is jdbc thin client?
Explain how to make updates to the updatable resultsets.