Unlike with nonstatic methods static methods can be called u
Unlike with non-static methods, static methods can be called using a(n) ____ name.
superclass
object
class
this reference
| superclass | ||
| object | ||
| class | ||
| this reference |
Solution
static method can be called using class name
Unlike with non-static methods, static methods can be called using a(n) CLASS name.
