Question: This code does not print any output to the console. What is wrong?
- A null pointer exception is thrown
- `firstName` is equal to `null`
- `firstName` is equal to an empty string
- `firstName` is equal to Boolean `false`
Answer: The correct answer of the above question is Option B:`firstName` is equal to `null`