Home » JAVA Programming » Files and I/O » Question
  1. Which of these packages contain classes and interfaces used for input & output operations of a program?
    1. java.lang
    2. java.io
    3. java.util
    4. all of these
    5. None of these
Correct Option: B

java.io provides support for input and output operations.



Your comments will be displayed only after manual approval.