How can we filter lines based on content?
(a) lines.filter()
(b) filter(lines)
(c) lines.contains(filter)
(d) lines.select()
I had been asked this question in quiz.
This key question is from File and Directory in section Autoboxing & Miscellaneous of Java