KwickClips Java · 40 sec · free
How many copies does a static variable have?
Short answer. One, shared by the whole class.
Does changing one object's name affect another?
No. Instance variables are separate.
Remember
| Instance: copy per object |
| static: one shared copy |
Fifty students, one school name. How many copies? Static school gets one shared box. Each object gets its own name box. Change school once, and every object sees it. Instance means a copy per object. Static means one shared copy.
This clip is from the full lesson: Static Members: Class Variables and Class Methods — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: ICSE Class 10 Computer Applications, ISC Class 11 Computer Science (868), ISC Class 12 Computer Science (868), ISC Class 12 Computer Science (868)
More KwickClips from this lesson
Can you call a method without an object?37 sec
Why does this not compile?40 sec
Should marks be static?44 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.

