Objects: Instances of Classes

AP Computer Science A· difficulty 2/5

Which is a reference (object) type in Java?

  • A

    boolean

  • B

    String

    check_circle
  • C

    int

  • D

    double

Explanation

<code>String</code> is a class. Objects are stored by reference.

Want 10 more like this — adaptive to your weak spots?

Related questions