1

Possible Duplicate:
In java, how can i search String array in another String array?

I have two String array

String[] str1={("123"),("abc"),("cde"),("456"),("def")};

String[] str2={("gth"),("abc")};

I wanna know is str1 have str2's at least one member?

2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.