Question:Which is a valid declarations of a String? 

A String s1 = null; 

B String s2 = 'null'; 

C String s3 = (String) 'abc'; 

D String s4 = (String) '\ufeed'; 

+ Answer
+ Explanation
+ Report
Total Preview: 3777

Copyright © 2024. Powered by Intellect Software Ltd