Question 12

How to find non- common elements between two string arrays. Eg: String a[]={“a”,”b”,”c”,”d”};

String b[]={“b”,”c”};

O/p should be a,d

[advanced_iframe securitykey=”undefined” src=”https://code.kodnest.com/” width=”100%” height=”600″]

×