True or False: you can initialize any variable that refers to an object to ``null``?

True
  • False - Strings cannot be initialized to null
  • False - classes cannot be initialized to null
  • False - no variable can be initialized to null

There are no hints for this question