摘要: IO 与NIO https://www.jb51.net/article/50621.htm BIO 与NIO https://mp.weixin.qq.com/s/lBg2YAunczH1DUjBvIurhQ Java BIO : 同步并阻塞,服务器实现模式为一个连接一个线程,即客户端有连接请求时 阅读全文
posted @ 2019-08-13 11:18 Nausicaa0505 阅读(124) 评论(0) 推荐(0) 编辑
摘要: List , Set, Map都是接口,前两个继承至Collection接口,Map为独立接口Set下有HashSet,LinkedHashSet,TreeSetList下有ArrayList,Vector,LinkedListMap下有Hashtable,LinkedHashMap,HashMap 阅读全文
posted @ 2019-08-13 11:16 Nausicaa0505 阅读(128) 评论(0) 推荐(0) 编辑