What is a CallableStatement used for in JDBC?
- Executing DDL statements.
- Executing batch updates.
- Executing dynamic SQL queries.
- Executing stored procedures.
CallableStatement is used in JDBC for executing stored procedures in the database, providing a way to call database stored procedures from Java code.
Loading...
Related Quiz
- What does thread-safe mean in the context of servlets?
- Which component in a Java EE application is responsible for managing connection pooling?
- To group multiple SQL commands and execute them as a single transaction, use the __________ feature in JDBC.
- For monitoring changes to the session's attribute list, which listener interface is suitable?
- Which Java API is used for creating WebSocket applications in Java EE?