What is the executeQuery() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the executeQuery() method?
Rating:
The executeQuery() method of the PreparedStatement interface, under JDBC, is used to execute SQL statements and stored procedures that return a result set. The syntax for using the executeQuery() method is as follows:
Rating:
Was this information helpful?
Other articles
- What is a native method?
- Relational Algebra
- What are numeric promotions?
- What are final variables?
- What is UML?