You have a class MyClass containing one field.
class MyClass {
??? field;
}
What can be the type of this field? Select all correct options.
Remember that a field can have a primitive type (int, float, etc.) as well as a "complex" one (for example, a class).