Hi,
I would like to ask regarding File Handling in Java. I am creating a program for my school project and we should use file handling only (.txt) not database. When I add a product (with product code, product name, price, etc), I want to save it in a file. After that there is an option for displaying the product. I would like to display the product in a columnar format. Can you advice me on how I can do it? or once the program reads the file, is there a way to separate the identifiers so I can format each identifiers before displaying in the system. Thank you experts