13주차 과제 : I/O

2021. 10. 24. 02:03
728x90

목표

자바의 Input과 Ontput에 대해 학습하세요.

학습할 것 (필수)

  • 스트림 (Stream) / 버퍼 (Buffer) / 채널 (Channel) 기반의 I/O
  • InputStream과 OutputStream
  • Byte와 Character 스트림
  • 표준 스트림 (System.in, System.out, System.err)
  • 파일 읽고 쓰기

 


참고

 

 

 

I/O

WhiteShip Java Study 시즌 1

www.notion.so

 

 

GitHub - kyu9/WS_study: WhiteShip 온라인 라이브 스터디

WhiteShip 온라인 라이브 스터디. Contribute to kyu9/WS_study development by creating an account on GitHub.

github.com

 

728x90

BELATED ARTICLES

more