4

How do you remember difference between const, static and final?

Comments
  • 2
    Practice. Static is very different though, so that shouldn't be a problem once you understood how static works.
  • 1
    Static is always independent from an instance.
Add Comment