Devi 'prelevare' il recod dal recordset.
Prova così :
codice:
            String testo = "" ; 
            if (rs.next())  testo = rs.getString(0);