1.hashCode和equals方法:http://www.cnblogs.com/Qian123/p/5703507.html
http://blog.youkuaiyun.com/jiangwei0910410003/article/details/22739953------重要。
http://www.iteye.com/topic/257191-----为什么要用hashCode
StringBuffer类-----StringBuffer的效率要远远高于String类的效率
StringBuilder与StringBuffer的所有方法及用法一样:不同在于StringBuilder线程不安全,但更快。
程序的本地化/国际化-----字符编码的转换问题
正则表达式---http://www.cnblogs.com/China3S/archive/2013/11/30/3451971.html
https://zhidao.baidu.com/question/498670870.html----正则表达式有啥用
日期类----
问题要注意::去java文件的名字的时候不能取和外来类名相同的名字,会出现the import java.util.Date conflicts with a type in the same file这个错误,要注意!
calendar 类
DateFormat\SimpleDateFormat类