For example,
String a = "cat dog monkey";
String b = "cat cow monkey";
String c = "cat dog duck";
I wonder whether is there any fast and efficient way to do it in Java, in order to find the intersected words of multiple strings, in this case will be "cat".