When testing, it is good practice to make use of the terminal and external text documents

False: it is better to create a Scanner or PrintWritier in your tests
  • True: using external sources makes tests more flexible
  • False: Using the terminal is ok, but it is better to create a Scanner object for text documents
  • False: Using external text docuents is ok, but it is better to create a PrintWriter object for the terminal

There are no hints for this question.