Accessing static members

Report a typo

Here's a class MyClass containing static and instance fields and methods:

class MyClass {

    static final String TEXT = "Hello";

    int magic = 10;

    static void doSomething() { } 

    void doDo() { }
}

Select all correct statements about MyClass.

Select one or more options from the list
___

Create a free account to access the full topic