Useful related java API for Android

  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..)
posted @   Allen-Peng Yu  阅读(182)  评论(0编辑  收藏  举报
编辑推荐:
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
阅读排行:
· 地球OL攻略 —— 某应届生求职总结
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· [AI/GPT/综述] AI Agent的设计模式综述
点击右上角即可分享
微信分享提示