aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Which of the following objects in Java uses statement object to send simple queries to database?

  1. Resultset object

  2. Prepared statement object

  3. Statement object

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This object send simple queries to the database.

Keep practicing — related questions

  • Which of the following methods sets the query parameters of the prepared statement object?
  • Under JDBC, which of the following types of instances can be created by the Connection object?
  • Which of the following contains all the rows, which satisfies the conditions in an SQL statements and provi...
  • Which of the following methods is used to access data from the ResultSet rows?
  • Which type of Statement can execute queries stored on db server?
  • Which type of Statement can execute queries stored on db server?
  • The _________ method executes a simple query and returns a single ResultSet object.
  • Which of the following methods is not present in the PreparedStatement interface in java database programming?

Practice this topic

  • Java Core Classes and Threads (1473 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy