forum

Home / DeveloperSection / Forums / In Java, how can I test if an Array contains a certain value?

In Java, how can I test if an Array contains a certain value?

Royce Roy198509-Apr-2015

I have a String[] with values like so:

publicstaticfinalString[] VALUES =newString[]{"AB","BC","CD","AE"};

Given String s, is there a good way of testing whether VALUES contains s?


Updated on 09-Apr-2015

Can you answer this question?


Answer

1 Answers

Liked By