Java Final Keyword Introduction

  • The final keyword is a non-access modifier.
  • It can be applied to a class, method(both instance and static) and variable(instance, static, local and parameter).

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.