What is true when enumeration applies both a Record Filter class and Record Comparator class on a record store?
Answer(s)
- The return order of the result set is undefined.
- All records will always be available as part of the enumeration result set.
- An enumeration CANNOT apply a Record Filter and Record Comparator.
- The records that match the search criteria in Record Comparator will be returned using the ordering defined by Record Filter.
- The records that match the search criteria in Record Filter will be returned using the ordering defined by Record Comparator.
Correct Answer The records that match the search criteria in Record Filter will be returned using the ordering defined by Record Comparator.