1. Language_suport and Other Language-Oriented API: strings,exceptions, threads, #java.lang.* offers the String class to suport strings, the Throwable class to suport exceptions,and the Thread class and Runnable inteface to suport threads.what's more, StringBuffer for creating changeable strings, a Math class for performing operations about math...
  2. Collections-Oriented APIS:#java.util.*,Collections and Arrays classed provide some static methods to deal with the problems about Collections and arrays
  3. Additonal Utility APIS:Concurrency Utilities framework,#java.util.concurrent,java.util.conrrent.atomic,java.util.conrrent.locks; what'smore,java.util package also provide the Date class,Formatter class, the Random class and the Scanner class,#java.util.zip, java.util.jar
  4. Classic I/O APIS:#java.io.*\
  5. Networking APIs:preform I/O over a network,#java.net.*,Socket and ServerSocket class to create the client and server ends of network communication link,URL class,CookiePolicy and CookieManager
  6. New I/O APIs:sophisticated I/O mechanisms such as menory-mapping,readiness selection via Buffer, Channel,Selector and related types found in #java.nio and related packages,also# java.util.regex suports new I/O by offering high-performance string operations
  7. Database APIs:#java.sql (DriverManger,ResultSet..)and javax.sql (DataSource,RowSet..)

最新文章

  1. IT人士怎样的休息方式才高效
  2. 浮点数 (IEEE-754)
  3. UIImagePickerController的知识点
  4. LLBL Gen + Entity Framework 程序设计入门
  5. 嘻哈帮天通苑_poppin——张锋
  6. 九度OJ 1010:计算A+B【字符串和数组】
  7. 【转】Android Camera(五)使用Camera功能 AREA的理解
  8. React/React Native 的ES5 ES6写法对照表-b
  9. CocoaPods使用详细说明(转)
  10. css-文本及其他
  11. Lucene.net入门学习系列(2)
  12. spark-遇到问题小结
  13. (十九)java小练习
  14. [Swift]LeetCode865. 具有所有最深结点的最小子树 | Smallest Subtree with all the Deepest Nodes
  15. 杭电ACM2004--成绩转换
  16. sql修改一个字段多个值
  17. c++ sort
  18. Promise使用时应注意的问题
  19. Ext.js入门(二)
  20. 雷林鹏分享:XML 应用程序

热门文章

  1. JavaScript--DOM基础(19)
  2. 【Quote】What is Mono
  3. 在Windows Server 2012 中安装 .NET 3.5 Framework,PowerShell 安装.NET FRAMEWORK
  4. MYSQL多实例配置与使用教程
  5. S(tuple)类及可选(Optional)类型型
  6. c#中sqlhelper类的编写(二)
  7. zz 如何在Linux下创建与解压zip, tar, tar.gz和tar.bz2文件
  8. 理解ClassLoader基本原理
  9. 将word中的“空格” 转换为换行符
  10. linux服务器git pull/push时提示输入账号密码之免除设置