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 |
How can you tune SQL statements?
What is the purpose of the jdbc resultset interface?
What are the differences between resultset and rowset?
What types of DataSource objects are specified in the Optional Package?
How do you know which driver is connected to a database?
What is the meaning of connection?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
r u used any design patterns in your project?
What is difference between jdbc and odbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
Explain about DSN?