InterviewSolution
| 1. |
What Is Jdbc For Cdc/fp ? |
|
Answer» The JDBC Optional PACKAGE for CDC/FOUNDATION Profile (JDBCOP for CDC/FP) is an API that enables MOBILE Java APPLICATIONS to communicate with relational database servers USING a subset of J2SE's Java Database Connectivity. This optional package is a strict subset of JDBC 3.0 that excludes some of JDBC's advanced and server-oriented features, such as pooled connections and array types. It's meant for use with the Foundation Profile or its supersets. The JDBC Optional Package for CDC/Foundation Profile (JDBCOP for CDC/FP) is an API that enables mobile Java applications to communicate with relational database servers using a subset of J2SE's Java Database Connectivity. This optional package is a strict subset of JDBC 3.0 that excludes some of JDBC's advanced and server-oriented features, such as pooled connections and array types. It's meant for use with the Foundation Profile or its supersets. |
|