SlideShare a Scribd company logo
@AbrahamMarin
Data types and flow control
Abraham Marin-Perez
●Java Programmer for about 10 years
●Also C#, PHP and some Ruby
●Public speaker
●Author
Before we start...
Data Types
Data Types
●Largely, two groups:
– Primitives
– Objects
Data Types
●Primitives: simple entities, can be assigned with
literals
●Objects: complex entities, can hold variables
(primitives or other objects) and have functions
Data Types
●Primitives: 8 of them
– char
– short
– int
– long
– float
– double
– boolean
– byte
Data Types
●Primitives: 8 of them
– char (16-bit Unicode)
– short (32767)
– int (231-1)
– long (263-1)
– float (32-bit)
– double (64-bit)
– boolean (true, false)
– byte (127)
Data Types
●Objects: 4000+
●And you can define your own!
Data Types
●Three more subtypes:
– Arrays
– Enums
– Interfaces
Data Types
●Arrays: a “holder” for a number of instances of a
type
– int[]
– String[]
●It also has methods and properties
Data Types
●Enums: enumerations, only a predefined list of
values are valid
Enum Colour {
RED, BLUE, GREEN
}
Colour colour = Colour.GREEN;
Data Types
●Interfaces: a “template” for other types
Data Types
●Primitives: the same individual value cannot be
shared, a copy is made on assignment
●Objects: multiple references to the same value are
possible, the same value is shared on assignment
Data Types
DEMO
Flow Control
●The usual suspects:
– if … else
– switch
– while
– do … while
– for
– for (iterable version)
Flow Control
DEMO
Flow Control - Functional Style
●Available since Java 8
Flow Control - Functional Style
DEMO
@AbrahamMarin

More Related Content

What's hot (10)

PPTX
Session 14 - Object Class
PawanMM
 
PDF
Data types in Java
Play Store
 
PPTX
Day 4( magic camp)
FatemehJamshidi5
 
PPTX
SWT Lecture Session 8 - Rules
Mariano Rodriguez-Muro
 
PDF
Getting Started with C++ (TCF 2014)
Michael Redlich
 
PDF
Presentation of OpenNLP
Robert Viseur
 
PDF
Intermediate python for data science
Vincent Lu MA, PMP, NPDP
 
PDF
C, C++ Training Institute in Chennai , Adyar
sasikalaD3
 
PPTX
Data types
Sachin Satwaskar
 
Session 14 - Object Class
PawanMM
 
Data types in Java
Play Store
 
Day 4( magic camp)
FatemehJamshidi5
 
SWT Lecture Session 8 - Rules
Mariano Rodriguez-Muro
 
Getting Started with C++ (TCF 2014)
Michael Redlich
 
Presentation of OpenNLP
Robert Viseur
 
Intermediate python for data science
Vincent Lu MA, PMP, NPDP
 
C, C++ Training Institute in Chennai , Adyar
sasikalaD3
 
Data types
Sachin Satwaskar
 

Similar to Flow control, variable types (20)

PPTX
DATATYPES IN JAVA primitive and nonprimitive.pptx
mustaq4
 
PPSX
Java session3
Jigarthacker
 
PPTX
5. variables & data types
M H Buddhika Ariyaratne
 
PPTX
Data types IN JAVA
garishma bhatia
 
PDF
Java basic datatypes
Soba Arjun
 
PDF
Java basic datatypes
Soba Arjun
 
PPTX
Android webinar class_java_review
Edureka!
 
PPTX
L2 datatypes and variables
teach4uin
 
PPT
Unit I Advanced Java Programming Course
parveen837153
 
PPTX
Topic-5_-Programming-Fundamentals-Part-2.pptx
HaroldOmega1
 
PDF
PRELIM-Lesson-2.pdf
jaymaraltamera
 
PPTX
UNIT – 2 Features of java- (Shilpa R).pptx
shilpar780389
 
PPT
pl12ch6.ppt
BrandonGarcia294013
 
PPT
Java
Prabhat gangwar
 
PPTX
Advanced java programming - DATA TYPES, VARIABLES, ARRAYS
vijayalakshmis184431
 
PPT
Theory of programming language chapter 6
memonrizwan053
 
PPTX
Computer programming 2 Lesson 5
MLG College of Learning, Inc
 
DOC
java handout.doc
SOMOSCO1
 
DATATYPES IN JAVA primitive and nonprimitive.pptx
mustaq4
 
Java session3
Jigarthacker
 
5. variables & data types
M H Buddhika Ariyaratne
 
Data types IN JAVA
garishma bhatia
 
Java basic datatypes
Soba Arjun
 
Java basic datatypes
Soba Arjun
 
Android webinar class_java_review
Edureka!
 
L2 datatypes and variables
teach4uin
 
Unit I Advanced Java Programming Course
parveen837153
 
Topic-5_-Programming-Fundamentals-Part-2.pptx
HaroldOmega1
 
PRELIM-Lesson-2.pdf
jaymaraltamera
 
UNIT – 2 Features of java- (Shilpa R).pptx
shilpar780389
 
pl12ch6.ppt
BrandonGarcia294013
 
Advanced java programming - DATA TYPES, VARIABLES, ARRAYS
vijayalakshmis184431
 
Theory of programming language chapter 6
memonrizwan053
 
Computer programming 2 Lesson 5
MLG College of Learning, Inc
 
java handout.doc
SOMOSCO1
 
Ad

More from Abraham Marin-Perez (10)

PDF
Breaking down your build: Architectural patterns for a more efficient pipelin...
Abraham Marin-Perez
 
PDF
Power up your development experience with bash scripts
Abraham Marin-Perez
 
PDF
Testing java microservices: from development to production
Abraham Marin-Perez
 
PDF
Manchester Expert Talks (April 2017) - Breaking Down Your Build: Architectura...
Abraham Marin-Perez
 
PDF
Pipeline conference 2017 - Breaking down your build: architectural patterns f...
Abraham Marin-Perez
 
PPTX
Agile roundabout 2017 01 - keeping your ci-cd system as fast as it needs to be
Abraham Marin-Perez
 
PPTX
Expert Talks Cardiff 2017 - Keeping your ci-cd system as fast as it needs to be
Abraham Marin-Perez
 
PPTX
Keeping your CI/CD pipeline as fast as it needs to be
Abraham Marin-Perez
 
PPTX
Keeping Your CI/CD Pipeline as Fast as It Needs to Be
Abraham Marin-Perez
 
PDF
JavaOne 2015: Scalable Continous Deployment with Maven
Abraham Marin-Perez
 
Breaking down your build: Architectural patterns for a more efficient pipelin...
Abraham Marin-Perez
 
Power up your development experience with bash scripts
Abraham Marin-Perez
 
Testing java microservices: from development to production
Abraham Marin-Perez
 
Manchester Expert Talks (April 2017) - Breaking Down Your Build: Architectura...
Abraham Marin-Perez
 
Pipeline conference 2017 - Breaking down your build: architectural patterns f...
Abraham Marin-Perez
 
Agile roundabout 2017 01 - keeping your ci-cd system as fast as it needs to be
Abraham Marin-Perez
 
Expert Talks Cardiff 2017 - Keeping your ci-cd system as fast as it needs to be
Abraham Marin-Perez
 
Keeping your CI/CD pipeline as fast as it needs to be
Abraham Marin-Perez
 
Keeping Your CI/CD Pipeline as Fast as It Needs to Be
Abraham Marin-Perez
 
JavaOne 2015: Scalable Continous Deployment with Maven
Abraham Marin-Perez
 
Ad

Recently uploaded (20)

PPTX
Quality on Autopilot: Scaling Testing in Uyuni
Oscar Barrios Torrero
 
PDF
capitulando la keynote de GrafanaCON 2025 - Madrid
Imma Valls Bernaus
 
PDF
Writing Maintainable Playwright Tests with Ease
Shubham Joshi
 
PDF
Laboratory Workflows Digitalized and live in 90 days with Scifeon´s SAPPA P...
info969686
 
PDF
AWS Consulting Services: Empowering Digital Transformation with Nlineaxis
Nlineaxis IT Solutions Pvt Ltd
 
PPTX
computer forensics encase emager app exp6 1.pptx
ssuser343e92
 
PPTX
For my supp to finally picking supp that work
necas19388
 
PPTX
CONCEPT OF PROGRAMMING in language .pptx
tamim41
 
PDF
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
PDF
Rewards and Recognition (2).pdf
ethan Talor
 
PDF
IObit Uninstaller Pro 14.3.1.8 Crack for Windows Latest
utfefguu
 
PDF
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
 
PDF
Why Edge Computing Matters in Mobile Application Tech.pdf
IMG Global Infotech
 
PPTX
How Can Recruitment Management Software Improve Hiring Efficiency?
HireME
 
PDF
LPS25 - Operationalizing MLOps in GEP - Terradue.pdf
terradue
 
PDF
TEASMA: A Practical Methodology for Test Adequacy Assessment of Deep Neural N...
Lionel Briand
 
PDF
>Wondershare Filmora Crack Free Download 2025
utfefguu
 
PPT
Information Communication Technology Concepts
LOIDAALMAZAN3
 
PPTX
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
 
PPTX
Introduction to web development | MERN Stack
JosephLiyon
 
Quality on Autopilot: Scaling Testing in Uyuni
Oscar Barrios Torrero
 
capitulando la keynote de GrafanaCON 2025 - Madrid
Imma Valls Bernaus
 
Writing Maintainable Playwright Tests with Ease
Shubham Joshi
 
Laboratory Workflows Digitalized and live in 90 days with Scifeon´s SAPPA P...
info969686
 
AWS Consulting Services: Empowering Digital Transformation with Nlineaxis
Nlineaxis IT Solutions Pvt Ltd
 
computer forensics encase emager app exp6 1.pptx
ssuser343e92
 
For my supp to finally picking supp that work
necas19388
 
CONCEPT OF PROGRAMMING in language .pptx
tamim41
 
The Rise of Sustainable Mobile App Solutions by New York Development Firms
ostechnologies16
 
Rewards and Recognition (2).pdf
ethan Talor
 
IObit Uninstaller Pro 14.3.1.8 Crack for Windows Latest
utfefguu
 
Cloud computing Lec 02 - virtualization.pdf
asokawennawatte
 
Why Edge Computing Matters in Mobile Application Tech.pdf
IMG Global Infotech
 
How Can Recruitment Management Software Improve Hiring Efficiency?
HireME
 
LPS25 - Operationalizing MLOps in GEP - Terradue.pdf
terradue
 
TEASMA: A Practical Methodology for Test Adequacy Assessment of Deep Neural N...
Lionel Briand
 
>Wondershare Filmora Crack Free Download 2025
utfefguu
 
Information Communication Technology Concepts
LOIDAALMAZAN3
 
IObit Uninstaller Pro 14.3.1.8 Crack Free Download 2025
sdfger qwerty
 
Introduction to web development | MERN Stack
JosephLiyon
 

Flow control, variable types