• A String s1 = null;
  • B String s2 = 'null';
  • C String s3 = (String) 'abc';
  • D String s4 = (String) '\ufeed';
  • Share this MCQ