MCQOPTIONS
Saved Bookmarks
| 1. |
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.FlatFileItemReader |
| B. | org.springframework.batch.item.file.FlatFile |
| C. | org.springframework.batch.item.file.FlatFileItem |
| D. | org.springframework.batch.item.file.FileItemReader |
| Answer» B. org.springframework.batch.item.file.FlatFile | |