Re: A basic question about constants. A final field that is not final?
- From: Dale King <DaleWKing@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 03:03:09 GMT
Richard wrote:
Hello,
1. Thanks for all your answers. Actually, final has been removed in the source code in src.zip but it is not removed in the online javadoc at http://java.sun.com/j2se/1.5.0/docs/api/index.html, and, worse, the field of the binary version (for Windows) is final yet (see the following compilation). I have submited a bug report to Sun.
It doesn't matter if the source says final. All fields in an interface are public, static, and final whether the source has those modifiers or not.
-- Dale King .
- References:
- A basic question about constants
- From: Richard
- Re: A basic question about constants
- From: Sebastian Scheid
- Re: A basic question about constants. A final field that is not final?
- From: Richard
- A basic question about constants
- Prev by Date: jframe/jpanel refresh problem
- Next by Date: Re: about CVS protocol and CVS client
- Previous by thread: Re: A basic question about constants. A final field that is not final?
- Next by thread: parsing XML files with SAX
- Index(es):
Relevant Pages
|