摘要: 1 //define package 2 package com.kai.li; 3 4 //import packages and classes 5 import java.util.List; 6 import java.util.ArrayList; 7 8 //about collection 9 //joined in simple... 阅读全文
posted @ 2016-09-22 21:40 火山林风 阅读(185) 评论(0) 推荐(0)
摘要: JDK各个版本的新特性 JDK各个版本的新特性 JDK各个版本的新特性 对于很多刚接触java语言的初学者来说,要了解一门语言,最好的方式就是要能从基础的版本进行了解,升级的过程,以及升级的新特性,这样才能循序渐进的学好一门语言。今天先为大家介绍一下JDK1.5版本到JDK1.7版本的特性。希望能给 阅读全文
posted @ 2016-09-22 16:35 火山林风 阅读(553) 评论(0) 推荐(0)
摘要: 1 proficient in bisic 2 do my best to remember all the content of api and it's function 3 control JAVA8,specially about stream part 4 learn english, l 阅读全文
posted @ 2016-09-22 12:27 火山林风 阅读(155) 评论(0) 推荐(0)
摘要: 1 package com.kai.li; 2 3 //Client 4 public class Text1{ 5 public static void main(String[] args){ 6 7 //Outter class's instance 8 Outter o=new Outter(); 9 ... 阅读全文
posted @ 2016-09-22 10:45 火山林风 阅读(150) 评论(0) 推荐(0)