I have little experience using delimiters and i need to read a text file that stores several objects whose data is stored in single lines separate by commas (\",\"). The sep
Use read.next() instead of read.nextLine()
title = read.next(); category = read.next(); runningTime = read.next(); year = read.next(); price = read.next();