True or False, you must create an object of a class to access a static variable or static method
False- they can be accessed without creating an object of a class
- False- static methods can be accessed without an object but not static fields
- False- static fields can be accessed without an object but not static methods
- True
There are no hints for this question