Discussion :: Spring MCQs
- Class which delegates the task of delimiting fields and records within a file to a LineMapper, which in turn delegates the task of identifying the fields within that record, to LineTokenizer.
A.
org.springframework.batch.item.file.Flat
FileItemReader |
B.
org.springframework.batch.item.file.FlatFile
|
C.
org.springframework.batch.item.file.FlatFileItem
|
D.
org.springframework.batch.item.file.File
ItemReader |
Answer : Option A
Explanation :
The FlatFileItemReader also declares a fieldSetMapper attribute that requires an implementation of FieldSetMapper.
Be The First To Comment