File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes final variable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "final variable" Watch "final variable" New topic
Author

final variable

Armstrong D
Greenhorn

Joined: Apr 16, 2002
Posts: 7
Hi
Mughal book page no 123 says
" For a final variable of a reference type it means that its reference value cannot be changed, but the state of the object it references may be changed"
am getting confused with this, can anybody explain please,
Thank's in Advance
Armstrong
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10
Armstrong D

We have requested 3 times that you change your displayed name. Your account is hereby disabled.


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10

[ July 01, 2002: Message edited by: Marilyn deQueiroz ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: final variable
 
Similar Threads
About synchronized code block.....
instanceof Doubt again??
can you figure this out?
final variables can be manipulated ...found this in SCWCD book by Bert!
Static and Non-static Methods