Observe a linha de comando a seguir.
Statement st = Conexao.getConection().createStatement();
Indique qual deve ser o comando seguinte:
List< Aluno > ls = st.prepareStatement("select * from ALUNOS");
List< Aluno > ls = st.executeQuery("select * from ALUNOS");
ResultSet rs = st.executeUpdate("select * from ALUNOS");
ResultSet rs = st.executeQuery("select * from ALUNOS");
List ls = st().executeUpdate("select * from ALUNOS");
Soluções para a tarefa
Respondido por
50
Resposta:
ResultSet rs = st.executeQuery("select * from ALUNOS");
Explicação:
gabarito
Respondido por
15
Resposta:
ResultSet rs = st.executeQuery("select * from ALUNOS");
Explicação:
ResultSet rs = st.executeQuery("select * from ALUNOS");
Perguntas interessantes
História,
5 meses atrás
Matemática,
5 meses atrás
Matemática,
5 meses atrás
Matemática,
10 meses atrás
Matemática,
10 meses atrás
Matemática,
10 meses atrás