Java OCA OCP Practice Question 58

Question

Which of the following classes is used to perform basic console I/O?

  • A. System
  • B. SecurityManager
  • C. Math
  • D. Runtime


A.

Note

System.in, System.err, and System.out support console I/O.




PreviousNext

Related