1/25
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
()
Parentheses (grouping), Level 16, left-to-right
[]
Array access, Level 16, left-to-right
new
Object creation, Level 16, left-to-right
. ::
Member access/reference, Level 16, left-to-right
Posfix ++ Postfix --
Post-increment/decrement (unary), Level 15, left-to-right
+ -
Unary plus/minus, Level 14, right-to-left
!
Logical NOT, Level 14, right-to-left
~
Bitwise NOT, Level 14, right-to-left
Prefix ++ Prefix —
Pre-increment (unary), Level 14, right-to-left
(type)
Cast operator, Level 13, right-to-left
% * /
Multiplicitave, Level 12, left-to-right
+ -
Additive, Level 11, left-to-right
+ (String)
String concatenation, Level 11, left-to-right
<< >> >>>
Shift, Level 10, left-to-right
< <= > >=
relational, Level 9, left-to-right
instanceof
Type comparison, Level 9, left-to-right
== !=
Equality, Level 8, left-to-right
&
Bitwise AND, Level 7, left-to-right
^
Bitwise XOR, Level 6, left-to-right
|
Bitwise OR, Level 5, left-to-right
&&
Logical AND, Level 4, left-to-right
||
Logical OR, Level 3, left-to-right
?:
Ternary conditional operator, Level 2, right-to-left
= += -= *= /= %= &= ^= |= <<= >>= >>>=
Assignment, Level 1, right-to-left
→ Lamda
Lambda expression, Level 0, right-to-left
switch
Switch expression arrow (→), Level 0, right-to-left