Skip to content

Commit

Permalink
update: [1주차_노경민] chap1. 자바 8, 9, 10, 11 : 무슨 일이 일어나고 있는가?
Browse files Browse the repository at this point in the history
  • Loading branch information
gengminy committed Oct 9, 2023
1 parent cd24c26 commit 4aea7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ math: true
유닉스에서는 자동차 생산 공장 라인처럼 순차적으로 데이터를 전송하지만
각 작업장에서는 동시에 작업을 처리한다.

자바 8에서는 [java.util.stream](http://java.util.stream) 패키지에 스트림 API가 추가되었다.
자바 8에서는 `java.util.stream` 패키지에 스트림 API가 추가되었다.

스트림 API 는 파이프라인을 만드는 데 필요한 많은 메서드를 제공한다.

Expand Down

0 comments on commit 4aea7c3

Please sign in to comment.