What will be the output of
Result variable?

Dim result as Boolean
Dim str as String = Nothing
result = String.IsNullOrEmpty(str)

 Posted by vishalneeraj-24503 on 12/14/2013 | Category: VB.NET Interview questions | Views: 4490 | Points: 40
Select from following answers:
  1. False
  2. True
  3. Nothing
  4. Throw Compile-Time Error
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response