adplus-dvertising
frame-decoration

Question

Method of RowMapper interface in which, you have to construct the object that represents a row and return it as the method’s return value.

a.

mapRow()

b.

query()

c.

update()

d.

none of the mentioned

Answer: (a).mapRow()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Method of RowMapper interface in which, you have to construct the object that represents a row and return it as the method’s return value.

Similar Questions

Discover Related MCQs

Q. RowMapper implementation which can automatically map a row to a new instance of the specified class.

Q. Method which provides list of maps.

Q. Spring JDBC framework offers a convenient class, to simplify your DAO implementation.

Q. The org.springframework.jdbc.core.support.JdbcDaoSupport class has a setDataSource() method and a setJdbcTemplate() method.

Q. Method to retrieve the JDBC template.

Q. JdbcTemplate that takes advantage of Java 1.5 features such as autoboxing, generics, and variable-length arguments to simplify its usage.

Q. JdbcTemplate require statement parameters to be passed as an object array.

Q. To use SimpleJdbcTemplate:-

Q. SimpleJdbcTemplate offers a convenient batch update method in the form of:-

Q. Method has a warning from the Java compiler because of an unchecked conversion from List to List.

Q. The return type of the queryForObject() method will be determined by the class argument (e.g., String.class).

Q. Named SQL parameters are specified by name (starting with a colon) rather than by position.

Q. Named parameters are supported only in SimpleJdbcTemplate.

Q. Implementations of the SqlParameterSource interface:-

Q. The Spring framework offers a consistent data access exception-handling mechanism for its data access module.

Q. In your DAO methods, you neither need to surround the code with a try/catch block nor declare throwing an exception in the method signature.

Q. The direct parent class of DataAccessException is:-

Q. Which concrete exception in the DataAccessException hierarchy should be thrown?

Q. Error code for The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint.

Q. How does the Spring JDBC framework know that state 23505 should be mapped to DuplicateKeyException?