uTank-木头
每一个你不满意的现在,都有一个你没有努力的曾经。
摘要: 3.10. ArraysAn array is a data structure that stores a collection of values of the same type. You access each individual value through an integer inde... 阅读全文
posted @ 2015-04-14 14:24 uTank 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 3.8. Control FlowJava, like any programming language, supports both conditional statements and loops to determine control flow. We will start with the... 阅读全文
posted @ 2015-04-14 14:22 uTank 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 3.6. StringsConceptually, Java strings are sequences of Unicode characters(Java的字符串是一个Unicode序列). For example, the string "Java\u2122" consists of the... 阅读全文
posted @ 2015-04-14 14:20 uTank 阅读(229) 评论(0) 推荐(0) 编辑