Java - Reading multiple field text files

Опубликовано: 14 Май 2026
на канале: Dr. Andy Wicks
55,524
285

A written description plus the code for the programs can be found at:-
http://www.o-vl.com/showAtom.php?pg=J...

This video explains how to read a text file which holds multiple fields (items of data). It shows two methods to read the data; first, where each record is on one line (i.e. all the items on the same line) and second with each separate piece of data on separate lines. The previous video (http://youtu.be-c91l5TdpVgU) shows how to write in each type.