Ciao a tutti, come faccio a fare un update con una condizione di where?

tipo

int update;
String Query ="update Tabella_1 SET campodaupdate='"+ valore +"' AND where campo_condizione ="+condizione";
update = st.executeUpdate(Query);



grazie