Java verifique se algo está na tabela MySQL

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