KwickClips Java · 36 sec · free
What does final do?
Short answer. It fixes the value, so the variable can be assigned only once.
What error appears if you change it?
Cannot assign a value to final variable DAYS.
Remember
| final: assign only once |
| Name it in UPPER_CASE |
Can a program change the days in a week? It should not. Final makes a constant. Try changing it, and the compiler stops you with an error. Final means assign once. Write the name in capitals.
This clip is from the full lesson: Data Types, Variables and Constants in Java — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Information Technology (802), ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 10 Computer Applications
More KwickClips from this lesson
How big is a char in Java?44 sec
Is String a primitive type?41 sec
Why won't my program compile after int total;?37 sec
What does an int field with no value print?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

