java外文文献翻译
《java外文文献翻译》由会员分享,可在线阅读,更多相关《java外文文献翻译(8页珍藏版)》请在毕设资料网上搜索。
1、 1 外 文 原 文 Almost all Java programs deal with data in some way. You have usedprimitive types, objects, arrays, linked lists, and other data structures upto this point. Today you work with data in a more sophisticated way by exploring JavaDatabase Connectivity (JDBC), a class library that connects Ja
2、va programsto relational databases. Java 6 includes Java DB, a small relational database thats part of theJava Development Kit, making it easier than ever to incorporate a databaseinto your applications. Today you explore JDBC and Extensible Markup Language (XML) in the following ways: 1. Using JDBC
3、 drivers to work with different relational databases 2.Accessing a database with Structured Query Language (SQL) 3. Reading records from a database using SQL and JDBC 4.Adding records to a database using SQL and JDBC 5.Creating a new Java DB database and reading its records Java Database Connectivit
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- java 外文 文献 翻译
