SlideShare a Scribd company logo
Beyond Java 
자바 8을 중심으로 본 자바의 혁신
박성철(fupfin) 
노땅 개발자(라고 착각하는 관리자) 
SK Platnet CDP개발팀 
한국 스프링 사용자 모임 
말해도 모를 회사의 대표였지만 망했어요
Beyond Java: 자바 8을 중심으로 본 자바의 혁신
자바 8을 중심으로 본 자바의 혁신
자바 8을 중심으로 본 자바의 혁신
1.0 1.1 1.2 
1996 1997 1998 
5 1.4 1.3 
2004 2002 
6 
8 7 
β 
1995 
2000 
2006 
2014 2011
람다 
나즈혼 
자바스크립트 엔진 
기본 메서드 8 
스트림 API 
날짜 API 
동시성 개선 
Base64 
메타프로그래밍 향상
Beyond Java: 자바 8을 중심으로 본 자바의 혁신
Beyond Java: 자바 8을 중심으로 본 자바의 혁신
람다 
나즈혼 
자바스크립트 엔진 
기본 메서드 8 
스트림 API 
날짜 API 
동시성 개선 
Base64 
메타프로그래밍 향상
람다식 
- 람다식은 메서드와 유사 
- 형식 매개변수의 목록과 
- 이 매개변수로 표현된 본문(식이나 코드 블럭)를 제공 
A lambda expression is like a method: it provides a list of formal 
parameters and a body—an expression or block—expressed in terms 
of those parameters. 
- jsr335, /spec/B.html
람다식 
- 2006, 고슬링 “자바에 클로저가 들어오지는 않을 거야” 
- 2007, 세 가지 다른 클로저 제안 제출 
- 2008, 마크 라인홀드 “자바 7에 클로저는 안 들어가요” 
http://java.dzone.com/articles/java-7-update-mark-reinhold-de 
- 2009, 람다 프로젝트(JSR 335) 시작
제어 흐름 중복 
assert numbers.length > 0; 
int max = numbers[0]; 
for(int i=1; 
i < numbers.length; 
i++) 
if(Math.abs(max) < 
Math.abs(numbers[i]) 
max = numbers[i]; 
return max; 
assert numbers.length > 0; 
int max = numbers[0]; 
for(int i=1; 
i < numbers.length; 
i++) 
if(max < numbers[i]) 
max = numbers[i]; 
return max; 
DRY: Don’t Repeat Yourself!!!
전략 패턴 
분석 분해(추상화) 조합
행위 매개변수 
{ 
} 
{ 
} 
{ 
} 
{ 
} 
{ 
} 
{ 
} 
{ 
} 
( ) ( ) 
( ) 
( ) 
( ) 
( ) 
( ) ( ) ( ) 
분석 분해(추상화) & 조합
자바의 행위 매개변수 예 
자바에서는 객체를 사용해서 행위를 매개변수로 전달 
java.util.Collections
  
public
 static
 T
 
  
T
 max(Collection?
 extends
 T
 coll,
 Comparator?
 super
 T
 comp)
  
public
 static
 T
 
  
T
 min(Collection?
 extends
 T
 coll,
 Comparator?
 super
 T
 comp)
  
public
 static
 T
 
  
void
 sort(ListT
 list,
 Comparator?
 super
 T
 c)
자바의 행위 매개변수 예 
(익명 클래스) 
java.util.Collections
  
public
 static
 T
 void
 sort(ListT
 list,
 Comparator?
 super
 T
 c) 
Collections.sort(items,
 new
 ComparatorItem()
 {
 

More Related Content

What's hot (20)

PDF
React
중운 박
 
PDF
[수정본] 우아한 객체지향
Young-Ho Cho
 
PDF
Real Life Clean Architecture
Mattia Battiston
 
PDF
Introduction to Spring WebFlux #jsug #sf_a1
Toshiaki Maki
 
PDF
NextJS, A JavaScript Framework for building next generation SPA
Pramendra Gupta
 
PDF
우아한테크세미나-우아한멀티모듈
용근 권
 
PDF
An introduction to React.js
Emanuele DelBono
 
PDF
ReactJS
Hiten Pratap Singh
 
PDF
[2019] 바르게, 빠르게! Reactive를 품은 Spring Kafka
NHN FORWARD
 
PDF
React js
Rajesh Kolla
 
PPTX
Spring Boot and REST API
07.pallav
 
PDF
Spring boot introduction
Rasheed Waraich
 
PDF
스프링 부트와 로깅
Keesun Baik
 
ODP
Xke spring boot
sourabh aggarwal
 
PPTX
RESTful API - Best Practices
Tricode (part of Dept)
 
PPTX
Spring data jpa
Jeevesh Pandey
 
PDF
신입 웹 개발자 포트폴리오 / 댓글 게시판
hyeonjae Cheon
 
PPTX
자바 성능 강의
Terry Cho
 
PDF
API for Beginners
Sébastien Saunier
 
PPT
Tomcat
Venkat Pinagadi
 
React
중운 박
 
[수정본] 우아한 객체지향
Young-Ho Cho
 
Real Life Clean Architecture
Mattia Battiston
 
Introduction to Spring WebFlux #jsug #sf_a1
Toshiaki Maki
 
NextJS, A JavaScript Framework for building next generation SPA
Pramendra Gupta
 
우아한테크세미나-우아한멀티모듈
용근 권
 
An introduction to React.js
Emanuele DelBono
 
[2019] 바르게, 빠르게! Reactive를 품은 Spring Kafka
NHN FORWARD
 
React js
Rajesh Kolla
 
Spring Boot and REST API
07.pallav
 
Spring boot introduction
Rasheed Waraich
 
스프링 부트와 로깅
Keesun Baik
 
Xke spring boot
sourabh aggarwal
 
RESTful API - Best Practices
Tricode (part of Dept)
 
Spring data jpa
Jeevesh Pandey
 
신입 웹 개발자 포트폴리오 / 댓글 게시판
hyeonjae Cheon
 
자바 성능 강의
Terry Cho
 
API for Beginners
Sébastien Saunier
 

Viewers also liked (6)

PDF
Hadoop Installation Tutorial for KT ucloud biz
치완 박
 
PDF
자바 웹 개발 시작하기 (1주차 : 웹 어플리케이션 체험 실습)
DK Lee
 
PDF
자바 네트워킹 기초에서 응용까지
trustinlee
 
PPT
Java tutorial for Beginners and Entry Level
Ramrao Desai
 
PDF
자바 웹 개발 시작하기 : 계획
DK Lee
 
PDF
java 8 람다식 소개와 의미 고찰
Sungchul Park
 
Hadoop Installation Tutorial for KT ucloud biz
치완 박
 
자바 웹 개발 시작하기 (1주차 : 웹 어플리케이션 체험 실습)
DK Lee
 
자바 네트워킹 기초에서 응용까지
trustinlee
 
Java tutorial for Beginners and Entry Level
Ramrao Desai
 
자바 웹 개발 시작하기 : 계획
DK Lee
 
java 8 람다식 소개와 의미 고찰
Sungchul Park
 
Ad

Similar to Beyond Java: 자바 8을 중심으로 본 자바의 혁신 (6)

PPT
Refactoring Jdbc Programming
chanwook Park
 
PDF
자바 8 스트림 API
NAVER Corp
 
PPTX
모던자바의 역습
DoHyun Jung
 
PDF
Java 8 고급 (6/6)
Kyung Koo Yoon
 
PDF
[NHN NEXT] Java 강의 - Week2
Young-Ho Cho
 
PDF
Refactoring 메소드 호출의 단순화
HyeonSeok Choi
 
Refactoring Jdbc Programming
chanwook Park
 
자바 8 스트림 API
NAVER Corp
 
모던자바의 역습
DoHyun Jung
 
Java 8 고급 (6/6)
Kyung Koo Yoon
 
[NHN NEXT] Java 강의 - Week2
Young-Ho Cho
 
Refactoring 메소드 호출의 단순화
HyeonSeok Choi
 
Ad

More from Sungchul Park (19)

PDF
애자일 안한 이야기
Sungchul Park
 
PDF
Java null survival guide
Sungchul Park
 
PDF
자바에서 null을 안전하게 다루는 방법
Sungchul Park
 
PDF
Java.next
Sungchul Park
 
PDF
자바 테스트 자동화
Sungchul Park
 
PDF
변경에 강한 애플리케이션, 유기적 애플리케이션
Sungchul Park
 
PDF
자바 서버 애플리케이션 아키텍처 안티 패턴
Sungchul Park
 
PDF
스프링보다 중요한 스프링 이야기
Sungchul Park
 
PDF
Geeks at SK Planet
Sungchul Park
 
PDF
Java the good parts
Sungchul Park
 
PDF
스프링 코어 강의 3부 - 웹 애플리케이션 아키텍처
Sungchul Park
 
PDF
스프링 코어 강의 2부 - Java 구성을 활용한 스프링 코어 사용
Sungchul Park
 
PDF
스프링 코어 강의 1부 - 봄 맞이 준비 운동
Sungchul Park
 
PDF
자바8 나머지 공개
Sungchul Park
 
PDF
자바8 람다 나머지 공개
Sungchul Park
 
ODP
팀장 잔소리
Sungchul Park
 
PDF
Open Source가 바꾼 자바
Sungchul Park
 
PDF
Work With Engineer
Sungchul Park
 
PDF
DDD 산책
Sungchul Park
 
애자일 안한 이야기
Sungchul Park
 
Java null survival guide
Sungchul Park
 
자바에서 null을 안전하게 다루는 방법
Sungchul Park
 
Java.next
Sungchul Park
 
자바 테스트 자동화
Sungchul Park
 
변경에 강한 애플리케이션, 유기적 애플리케이션
Sungchul Park
 
자바 서버 애플리케이션 아키텍처 안티 패턴
Sungchul Park
 
스프링보다 중요한 스프링 이야기
Sungchul Park
 
Geeks at SK Planet
Sungchul Park
 
Java the good parts
Sungchul Park
 
스프링 코어 강의 3부 - 웹 애플리케이션 아키텍처
Sungchul Park
 
스프링 코어 강의 2부 - Java 구성을 활용한 스프링 코어 사용
Sungchul Park
 
스프링 코어 강의 1부 - 봄 맞이 준비 운동
Sungchul Park
 
자바8 나머지 공개
Sungchul Park
 
자바8 람다 나머지 공개
Sungchul Park
 
팀장 잔소리
Sungchul Park
 
Open Source가 바꾼 자바
Sungchul Park
 
Work With Engineer
Sungchul Park
 
DDD 산책
Sungchul Park
 

Recently uploaded (20)

PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PDF
Adobe Premiere Pro Crack / Full Version / Free Download
hashhshs786
 
PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
Adobe Premiere Pro Crack / Full Version / Free Download
hashhshs786
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 

Beyond Java: 자바 8을 중심으로 본 자바의 혁신