阅读背景:

Effective Java 英文 第二版 读书笔记 Item 5:Avoid creating unnecessary objects.

来源:互联网 

 

It is often appropriate to reuse a single object instead of creating a new functionally equivalent object each time it is needed.Reuse can be both faster and more stylish.An object can always be reused if it is immutable.It is often appropriate to reuse a single o




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: