Home »
MCQs »
Spring MCQs
Which of the following helps us to fetch the record from the database?
46. Which of the following helps us to fetch the record from the database?
- ResultSetExtractor
- RowMapper
- Both
- None
Answer: C) Both
Explanation:
ResultSetExtractor, and RowMapper both are used to fetch the record from the database.