Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

final vs const

807607Oct 4 2006 — edited Oct 4 2006
What is the difference between final keyword and const keyword.
as per my knowledge,
1. final - that doesnt change
2. const - same as final?
where the const keyword is used in java
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2006
Added on Oct 4 2006
7 comments
377 views