摘要:
"equals(Object obj)" and "hashCode()" should be overridden in pairsAccording to the Java Language Specification, there is a contract between equals(Ob... 阅读全文
posted @ 2014-04-22 14:17
D.Wang
阅读(2047)
评论(0)
推荐(0)
摘要:
Thread.run() and Runnable.run() should not be called directly multithreadingThe purpose of the Thread.run() and Runnable.run() methods is to execute c... 阅读全文
posted @ 2014-04-22 11:54
D.Wang
阅读(235)
评论(0)
推荐(0)