SlideShare a Scribd company logo
JAVA 8
OVERVIEW
James Gosling
The father of Java
works in Typesafe Inc. for Scala
Functional Programming
LANGUAGE DESIGN
Static and Strongly Typed
Lambda
Stream API
Optional
Method Reference
Default Method
Functional Interface
PermGen is replaced by MetaSpace
LIST + LAMBDA
forEach()
(int a, int b) -> {return a + b} (a, b) -> a + b
Iterable has a new default method
Lambda Expression
DEFAULT METHOD Interfaces can implement logics…
LAMBDA ->
BUT… NOT CLOSURE
It should not be a variable but a constant…
FUNCTIONAL<T, R>
is implemented by a lambda expression.
has only one method. (except default methods)
Consumer, Supplier, Function, UnaryOperator, Predicate
CONSUMER<T>/SUPPLIER<R>
PREDICATE<T>
used in filter() to filter a list
MAP/REDUCE/FILTER
STREAM API
Collection#stream( ).map().map()…
PARALLEL
List#parallelStream( )
OPTIONAL
Optional.of( your object )
o.ifPresent( do something)
METASPACE
PermGen in the heap, classes loaded, are moved into the
OS native memory, Metaspace
Just watch the memory size of the Java process with top
command
No more java.lang.OutOfMemoryError: Perm Gen space
-XX:MetaspaceSize

More Related Content

What's hot (19)

PPTX
Java gets a closure
Tomasz Kowalczewski
 
PDF
Functional Programming in JavaScript
Will Livengood
 
PDF
Introduction to functional programming
Konrad Szydlo
 
PPTX
java8
Arik Abulafya
 
PPTX
Java8 training - class 3
Marut Singh
 
PPTX
Introduction to java 8 stream api
Vladislav sidlyarevich
 
PPTX
LISP:Program structure in lisp
DataminingTools Inc
 
PPTX
An Introduction to Functional Programming with Javascript
Doug Sparling
 
PPTX
Functional Programming with JavaScript
Aung Baw
 
PDF
Functional Programming with JavaScript
WebF
 
PDF
Functional Programming in Scala: Notes
Roberto Casadei
 
PDF
Java 8 Lambda Expressions
Scott Leberknight
 
PPTX
Function overloading and overriding
Rajab Ali
 
PPT
Cd2 [autosaved]
BBDITM LUCKNOW
 
PPTX
Java 8 streams
Manav Prasad
 
KEY
Scala: functional programming for the imperative mind
Sander Mak (@Sander_Mak)
 
PPT
An introduction to javascript
MD Sayem Ahmed
 
PPTX
Scala overview
dogstar
 
PPTX
Matlab Functions
Umer Azeem
 
Java gets a closure
Tomasz Kowalczewski
 
Functional Programming in JavaScript
Will Livengood
 
Introduction to functional programming
Konrad Szydlo
 
Java8 training - class 3
Marut Singh
 
Introduction to java 8 stream api
Vladislav sidlyarevich
 
LISP:Program structure in lisp
DataminingTools Inc
 
An Introduction to Functional Programming with Javascript
Doug Sparling
 
Functional Programming with JavaScript
Aung Baw
 
Functional Programming with JavaScript
WebF
 
Functional Programming in Scala: Notes
Roberto Casadei
 
Java 8 Lambda Expressions
Scott Leberknight
 
Function overloading and overriding
Rajab Ali
 
Cd2 [autosaved]
BBDITM LUCKNOW
 
Java 8 streams
Manav Prasad
 
Scala: functional programming for the imperative mind
Sander Mak (@Sander_Mak)
 
An introduction to javascript
MD Sayem Ahmed
 
Scala overview
dogstar
 
Matlab Functions
Umer Azeem
 

Viewers also liked (19)

DOCX
2015 Resume
Heather Leigh Stream
 
PDF
قطاع الشمال ( بني مزار مغاغة - العدوة )
Nour Elbader
 
DOCX
Dental treatment coordinator performance appraisal
RioFerdinand345
 
PDF
NEWresume (1)
Sharol Za
 
PDF
Coffee script
Futada Takashi
 
DOC
Srinivas_Ganta_IBM_INDIA1
srinivas ganta
 
PPTX
Process of Magazine Making
DIDI1998sdf
 
PDF
How To Avoid Getting Tracked Online & Offline | Pitch at Awesome Foundation L...
CHAYN
 
PDF
Fms solutii externalizare mng ro
Razvan CALOTA
 
DOCX
FDonaldsonResProFinal
Fiona Donaldson
 
PPTX
Top 8 human resource supervisor resume samples
tonychoper3705
 
PPTX
Smallville
EternalWind
 
PPTX
Tip ca-muhammad usman
Usman-Raj
 
PDF
Solace_Local_Roots_to_Growth
Henry Hall
 
PDF
CLMP Final
Anne Hollyday
 
PDF
WO_1998_023283_A1
VERED SOLOMON
 
DOCX
Giải Pháp Giảm Cân đảm Bảo
porsha180
 
DOCX
dịch vụ làm clip quảng cáo sáng tạo
pricilla273
 
DOCX
dịch vụ thiết kế tvc quảng cáo nhanh nhất
sherlene742
 
قطاع الشمال ( بني مزار مغاغة - العدوة )
Nour Elbader
 
Dental treatment coordinator performance appraisal
RioFerdinand345
 
NEWresume (1)
Sharol Za
 
Coffee script
Futada Takashi
 
Srinivas_Ganta_IBM_INDIA1
srinivas ganta
 
Process of Magazine Making
DIDI1998sdf
 
How To Avoid Getting Tracked Online & Offline | Pitch at Awesome Foundation L...
CHAYN
 
Fms solutii externalizare mng ro
Razvan CALOTA
 
FDonaldsonResProFinal
Fiona Donaldson
 
Top 8 human resource supervisor resume samples
tonychoper3705
 
Smallville
EternalWind
 
Tip ca-muhammad usman
Usman-Raj
 
Solace_Local_Roots_to_Growth
Henry Hall
 
CLMP Final
Anne Hollyday
 
WO_1998_023283_A1
VERED SOLOMON
 
Giải Pháp Giảm Cân đảm Bảo
porsha180
 
dịch vụ làm clip quảng cáo sáng tạo
pricilla273
 
dịch vụ thiết kế tvc quảng cáo nhanh nhất
sherlene742
 
Ad

Similar to Java8 (20)

PPT
whats new in java 8
Dori Waldman
 
PDF
Java 8 Interview Questions and Answers PDF By ScholarHat.pdf
Scholarhat
 
PPTX
Java 8 - An Overview
Indrajit Das
 
DOCX
Colloquium Report
Mohammad Faizan
 
PDF
Java8
Freeman Zhang
 
PPTX
New Features in JDK 8
Martin Toshev
 
PPTX
A brief tour of modern Java
Sina Madani
 
PPTX
Intro to java 8
John Godoi
 
PDF
2014 java functional
Demian Neidetcher
 
PDF
Java 8 features
Oleg Tsal-Tsalko
 
PPT
Java user group 2015 02-09-java8
Marc Tritschler
 
PPT
Java user group 2015 02-09-java8
marctritschler
 
PDF
Smart Migration to JDK 8
Geertjan Wielenga
 
PPTX
Functional programming with Java 8
LivePerson
 
PPT
14274730 (1).ppt
aptechaligarh
 
PDF
Fun with java 8
Victor Perepelitsky
 
PDF
Java 8-revealed
Hamed Hatami
 
PDF
Java8 tutorial
HarikaReddy115
 
PPTX
New features in jdk8 iti
Ahmed mar3y
 
PDF
Java 8-streams-and-parallelism
Deepak Shevani
 
whats new in java 8
Dori Waldman
 
Java 8 Interview Questions and Answers PDF By ScholarHat.pdf
Scholarhat
 
Java 8 - An Overview
Indrajit Das
 
Colloquium Report
Mohammad Faizan
 
New Features in JDK 8
Martin Toshev
 
A brief tour of modern Java
Sina Madani
 
Intro to java 8
John Godoi
 
2014 java functional
Demian Neidetcher
 
Java 8 features
Oleg Tsal-Tsalko
 
Java user group 2015 02-09-java8
Marc Tritschler
 
Java user group 2015 02-09-java8
marctritschler
 
Smart Migration to JDK 8
Geertjan Wielenga
 
Functional programming with Java 8
LivePerson
 
14274730 (1).ppt
aptechaligarh
 
Fun with java 8
Victor Perepelitsky
 
Java 8-revealed
Hamed Hatami
 
Java8 tutorial
HarikaReddy115
 
New features in jdk8 iti
Ahmed mar3y
 
Java 8-streams-and-parallelism
Deepak Shevani
 
Ad

More from Futada Takashi (20)

PDF
ES6 ECMA2015
Futada Takashi
 
PDF
Swift
Futada Takashi
 
PDF
Aws(sdk)
Futada Takashi
 
PDF
Objective c(lang)
Futada Takashi
 
PDF
Aws(sns)
Futada Takashi
 
PDF
Ionic2
Futada Takashi
 
PDF
Ionic3
Futada Takashi
 
PDF
Ionic
Futada Takashi
 
PDF
Node js
Futada Takashi
 
PDF
Scala
Futada Takashi
 
PDF
Python
Futada Takashi
 
PDF
Golang
Futada Takashi
 
PDF
Bootstrap
Futada Takashi
 
PDF
AngularJS
Futada Takashi
 
PDF
English
Futada Takashi
 
PDF
Swift study: Closure
Futada Takashi
 
PDF
Swift study: iBeacon
Futada Takashi
 
PDF
Swift Map
Futada Takashi
 
ES6 ECMA2015
Futada Takashi
 
Aws(sdk)
Futada Takashi
 
Objective c(lang)
Futada Takashi
 
Aws(sns)
Futada Takashi
 
Bootstrap
Futada Takashi
 
AngularJS
Futada Takashi
 
Swift study: Closure
Futada Takashi
 
Swift study: iBeacon
Futada Takashi
 
Swift Map
Futada Takashi
 

Recently uploaded (20)

PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Everything you need to know about pricing & licensing Microsoft 365 Copilot f...
Q-Advise
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PDF
ERP Consulting Services and Solutions by Contetra Pvt Ltd
jayjani123
 
PDF
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PPTX
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Everything you need to know about pricing & licensing Microsoft 365 Copilot f...
Q-Advise
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
ERP Consulting Services and Solutions by Contetra Pvt Ltd
jayjani123
 
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Build a Custom Agent for Agentic Testing.pptx
klpathrudu
 

Java8