What is the equivalent method for precompiled SQL Statement
in JDBC?
Answer / devarathnam c,kotagudibanda(po
Hi... The "PreparedStatement" interface provides one method
i.e prepareStatement("some query");
| Is This Answer Correct ? | 3 Yes | 1 No |
What is a lock in jdbc?
Does sql allow null values ?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What is a jdbc connection?
What is the jdbc rowset?
What is the difference between client and server database cursors?
What is JDBC ResultSet?
How can you make the connection using jdbc?
Explain some new features available in jdbc 4.0?
Where is mysql jdbc driver located?
Does jdbc use ssl?
How are jdbc statements used?