Examine the following line of code.

LightBot dave = new LightBot();

Which of snippet of code instantiates a new LightBot object?

new LightBot();
  • LightBot dave
  • dave
  • =

There are not hints for this question