Java Database Connectivity Question and Answers
9. | Name the new features added in JDBC 4.0? |
---|---|
The major features introduced in JDBC 4.0 are
|
|
10. | Describe how the JDBC application works? |
---|---|
A JDBC application may be divided into two layers.
|
|
11. | What are the steps involved in establishing a connection? |
---|---|
This involves two steps:
|
|
12. | What is JDBC PreparedStatement? |
---|---|
|
|