preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / abc
No,Syntax..............
PreparedStatement st=con.prepareStatement("query");
Thanks!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which package contains jdbc api?
What is statement and preparedstatement in java?
What is difference between statement and preparedstatement in jdbc?
What do you understand by jdbc driver and explain its types?
State the different connection methods used for creating different types of sql.
What is the advantage of namedparameterjdbctemplate?
What is meant by jdbc?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Discuss the significances of jdbc.
What is sqlwarning?
What do you mean by database connection pooling?
What is the return type of execute, executequery and executeupdate?
How data can be inserted into long row column of database?
Expalin the method of calling a stored procedure from jdbc.
What is preparedstatement in jdbc?