programming languages Online Quiz - 329
Description: programming languages Online Quiz - 329 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which type of Statements can execute parameterized queries?
How can you retrieve information from a ResultSet?
How can you execute DML statements (i.e. insert, delete, update) in the database?
How do you know in your Java program that a SQL warning is generated as a result of executing a SQL statement in the database?
What is, in terms of JDBC, a DataSource?
What is the meaning of ResultSet.TYPE_SCROLL_INSENSITIVE
Are ResultSets updateable?
What statements are correct about JDBC transactions (2 answers)?
How can you start a database transaction in the database?
What is the meaning of the transaction isolation level TRANSACTION_REPEATABLE_READ
What statements are correct about positioned updates (i.e. cursor updates) in ResultSets? (2 answers)
How can you execute a stored procedure in the database?
What happens if you call the method close() on a ResultSet object?
What happens if you call deleteRow() on a ResultSet object?
What statements are correct about batched insert and updates? (2 answers)
What is correct about DDL statements (create, grant,...)?
Which of the following java.util classes support Internationalization?
Given the following to JSP files select the right answers. ////////// different file Hello
What are correct statements about creating scripting variables for a Tag::
Which of the following staments are correct about the following jsp lines: