Home » JAVA Programming » Files and I/O » Question
  1. Which of these methods can be used to writing console output?
    1. write()
    2. println()
    3. print()
    4. All of above
    5. None of these
Correct Option: D

write(), println(), print()



Your comments will be displayed only after manual approval.