KwickClips Java · 37 sec · free
Can you call a method without an object?
Short answer. Yes, if it is static. Call it with the class name.
Name a static method you already use.
Math.sqrt().
Remember
| Call as ClassName.method() |
| main is static too |
Can you call a method without an object? Yes. Cube is static, so it belongs to the class. Call it with the class name. Ans becomes twenty seven. Call it with the class name. Main is static too.
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
How many copies does a static variable have?40 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.

