Questo perchè length non è un metodo ma un proprietà
codice:
int q = (s.split(",")).length;
//NON
int q = (s.split(",")).length();