Question: Which statement must be inserted on line 1 to print the value true?
- `Integer val = 15;`
- `String val = "Sam";`
- `String val = null;`
- `Optional
val = Optional.empty();`
Answer: The correct answer of the above question is Option B:`String val = "Sam";`