00:01
For this question we're asked which keyword is required if we want a variable to be present without instantiating the object from that variable's class.
00:09
So here our options are private, static, int, final, and abstract.
00:26
So once again, the question is what keyword we need to use if we want a variable to be present? so we want a variable, but we don't want to instantiate an object from that variable's class.
00:40
So essentially, if we're understanding this, right, we want a variable, we want to create a variable, but we don't want to make an object from that variable's class.
00:49
So what we can do here is we can rule out some of these keywords already.
00:56
So int is definitely not correct.
00:59
Instantiating an intubject would instantiate an object from intz class.
01:05
Creating a static variable will also instantiate an object from a static variable class...