Question: This code does not print any output to the console. What is wrong?

  1. A null pointer exception is thrown
  2. `firstName` is equal to `null`
  3. `firstName` is equal to an empty string
  4. `firstName` is equal to Boolean `false`

Answer: The correct answer of the above question is Option B:`firstName` is equal to `null`