Select from following answers:- False
- True

- Nothing
- Throw Compile-Time Error
- All Above
The output of Result will be True.
As str variable has Nothing and
String.IsNullOrEmpty(Nothing)
will return true.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator