Java Vérifiez si quelque chose est dans la table MySQL

mysql> SELECT EXISTS(SELECT * from ExistsRowDemo WHERE ExistId=104);
Cloudy Civet