首页 > 移动平台 > 详细

Useful related java API for Android

时间:2014-03-04 04:53:58      阅读:497      评论:0      收藏:0      [点我收藏+]
  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..)

Useful related java API for Android,布布扣,bubuko.com

Useful related java API for Android

原文:http://www.cnblogs.com/allenpengyu/p/3578524.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!