Answer Posted / nikhil
1. java programmer should know how to write queries in sql.
2. database dependent(earlier you are using mysql and later oracle then the queries has to rewritten.)
3. while migrating, editing the .java file is required which is a bad practice.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are temp tables ?
What is the meaning of batch updates?
What is new in JDBC 2.0?
What is the use of jdbc?
What is CLOB and BLOB datatypes in JDBC?
Why are we using blob datatypes in jdbc?
State the different connection methods used for creating different types of sql.
Which type of JDBC driver is the fastest one?
How many types of resultset are there in jdbc?
Result set’s index starts with 0 or 1?
Give steps to connect to the db using jdbc?
Explain what should be done when a SQL exception is raised?
Why do we need a jdbcrowset like wrapper around resultset?
How can we store the file in the oracle database?
What is the most common example type 1 driver?