How Can We Filter Lines Based On Content #1134
How can we filter lines based on content?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - File and Directory in Java - Quiz No.1.
How can we filter lines based on content?
lines.filter()
filter(lines)
lines.contains(filter)
lines.select()