摘要: Java语言的transient不像class、synchronized和其他熟悉的关键字那样众所周知,因而它会出现在一些面试题中。这篇文章我将为大家讲解transient。 transient的用途 Q:transient关键字能实现什么? A:当对象被序列化时(写入字节序列到目标文件)时,tra 阅读全文
posted @ 2019-02-27 11:34 门罗的魔术师 阅读(470) 评论(0) 推荐(0) 编辑