Access identifiers

izzy's playlists!
Fai_Ryy
Misplaced Lens Cap

oozey mess
PUT YOUR BEARD IN MY MOUTH

bliss lane
NASA
🩵 avery cochrane 🩵
occasionally subtle
Lint Roller? I Barely Know Her

Love Begins
official daine visual archive
𓃗

PR's Tumblrdome
No title available

@theartofmadeline
No title available
sheepfilms
No title available
Claire Keane
seen from United Kingdom
seen from United States
seen from Finland

seen from Malaysia
seen from Oman
seen from Dominican Republic
seen from Czechia

seen from Malaysia

seen from Malaysia
seen from Japan
seen from Philippines
seen from United States
seen from Canada
seen from Greece

seen from Hong Kong SAR China

seen from Vietnam

seen from United Kingdom

seen from Malaysia

seen from Malaysia
seen from United States
@java-dummy-blog
Access identifiers
Constructors
label
is a marker for a statement. E.g. label :
Statement
a high-level instruction e.g. x=x+1
block
is a pair of curly brackets enclosing one or more statements
Operators
Use operator new to create a new instance of an object; binary operator instanceof to test whether the specified class or one of its subclasses
Array storage and initialization
Array dimensions
boolean
requires one bit of space
Character types
Floating-point types
2 types: float(32 bits) and double(64 bits). Value is NaN (not a number) when it's overflow or underflow
Wrap around of an integer value
Integer type
Unlike the Integer class, there is no behavior associated with it. It has 4 types: byte(8 bits), short(16 bits), int(32 bits), long(64 bits). It is signed - contains both positive and negative values
Two types of categories
Base - cannot be broken down: integer, floating point, character, boolean Composite - arrays, classes, interfaces
this
In the methods, variable this is used to refer to the class itself, not the local variable in the method
Unicode
each has 16 bits and is sufficient to handle most of the world's languages