Topic: 这个定义在程序中代表什么意思? |
Print this page |
1.这个定义在程序中代表什么意思? | Copy to clipboard |
Posted by: DengHT Posted on: 2004-10-28 22:06 static final long serialVersionUID = 1; |
2.Re:这个定义在程序中代表什么意思? [Re: DengHT] | Copy to clipboard |
Posted by: jessen Posted on: 2004-11-01 15:10 给出整个瞧瞧 |
3.Re:这个定义在程序中代表什么意思? [Re: DengHT] | Copy to clipboard |
Posted by: webdev Posted on: 2004-11-01 15:45 你把serialVersionUID当作一个常量就行了 |
4.Re:这个定义在程序中代表什么意思? [Re: DengHT] | Copy to clipboard |
Posted by: babyone Posted on: 2004-11-02 21:44 DengHT wrote:static final long serialVersionUID = 1; 一个变量(如serialVersionUID)加上关键字 static 表示 是一个类变量,与实例变量相对应 变量前的另一个关键字final表示此变量不可更改,可将之作为常量处理 另long 就不用多说了吧? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |