What is the difference between declaring a member variable as final static and static

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prisesh26
    New Member
    • Sep 2006
    • 29

    What is the difference between declaring a member variable as final static and static

    What is the difference between declaring a member variable as final static and static final?


    thanks
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    There is no difference, the Java syntax accepts both forms.

    kind regards,

    Jos

    Comment

    Working...