True or False: no fields can be declared in a interface.

True: regular fields cannot be declared in an interface, although constants can be.
  • True: only methods can be declared in an interface.
  • False: fields can be declared in an interface, they just cannot be initialized.
  • False: everything can be declared in an interface.

There are no hints for this question