java 核心概念题
摘要:
1. What is immutable object? Can you write immutable object?for example : String.For an object to be immutable, there has to be no way to change fields, mutable or not, and to access fields that are mutable.Here is an example of a mutable object.import java.util.ArrayList;import java.util.LinkedList 阅读全文
posted @ 2013-08-22 09:29 brave_bo 阅读(307) 评论(0) 推荐(0)
浙公网安备 33010602011771号