I made if statement, but it is so long..
like that :
if("WORDS".equals(object.string1) || "WORDS".equals(object.string2) || "WORDS".equals(object.string3)
|| "WORDS".equals(object.string4) || "WORDS".equals(object.string5) || "WORDS".equals(object.string6)
|| "WORDS".equals(object.string7) || "WORDS".equals(object.string8) || "WORDS".equals(object.string9)
|| "WORDS".equals(object.string10)) { ......... }
how to make it shorter statement