JDBC 3.0 vs JDBC 4.0
JDBC 3.0 과 JDBC 4.0 의 차이를 구조화된 비교 표에서 확인한 뒤, 관련 면접 질문, 퀴즈, 유사 비교로 이어가세요.
차이점 비교
JDBC 3.0 vs JDBC 4.0 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare JDBC 4.0 and JDBC 3.0 as very common job interview questions.
JDBC 3.0 과 JDBC 4.0 의 차이
JDBC 3.0 vs JDBC 4.0 - A key comparison and difference of the topics or subjects that will help you understand which is best for your use case. Check out to compare JDBC 4.0 and JDBC 3.0 as very common job interview questions.
|
JDBC 3.0
|
JDBC 4.0
|
|---|---|
| Features: - Reusabilty of prepared statements by connection pools. - In this version there is number of properties defined for the ConnectionPoolDataSource. These properties can be used to describe how the PooledConnection objects created by DataSource objects should be pooled. - A new concept has been added to this API is of savepoints: One of the useful new features is transactional savepoints. With JDBC 3.0, the transactional model is now more flexible. - Retrieval of parameter metadata. - It has added a means of retrieving values from columns containing automatically generated values. - Added a new data type i.e. java.sql.BOOLEAN. - Passing parameters to CallableStatement. - The data in the Blob and Clob can be altered: JDBC 3.0 introduces a standard mechanism for updating BLOB and CLOB data. - DatabaseMetaData API has been added. - It allows stored procedure parameters to be called by name. |
Features: - Auto- loading of JDBC driver class: In JDBC 4 invoking the getConnection() on DriverManager will automatically load a driver. - Connection management enhancements: In jdbc it may happen that a Connection is lying idle or not closed in a pool, then it became stale over time. This will led to the connection pool run out of resources due to stale connection. - Support for RowId data type: JDBC introduces support for ROWID, a data type that had been in use in database products even before it became part of the SQL. - SQL exception handling enhancements: JDBC 4 addresses the error handling beautifully. As databases are often remotely accessible resources, problems such as network failures is common and it can cause exceptions when executing a database operation. SQL statements can also cause exceptions. Prior to JDBC 4, most JDBC operations generated a simple SQLException. - SQL XML support. - DataSet implementation of SQL using Annotations: The JDBC 4.0 specification leverages annotations to allow developers to associate a SQL query with a Java class without a need to write a lot of code to achieve this association. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
관련 차이점
JDBC 3.0 및 JDBC 4.0 와 관련된 유사 비교를 살펴보며 더 넓은 맥락과 면접 준비에 도움을 얻어보세요.
아래에서 차이점 보기
아래의 모든 주제 비교를 살펴보거나, 위 검색창을 사용해 목록을 즉시 좁혀보세요.