@@ -254,4 +254,5 @@ Trowable (Checked)
|
|||||||
- `` Short short1 = 127;
|
- `` Short short1 = 127;
|
||||||
Short short2 = 127; Short short3 = 128; Short short4 = 128; assertTrue(short1 == short2); assertFalse(short3 == short4);``
|
Short short2 = 127; Short short3 = 128; Short short4 = 128; assertTrue(short1 == short2); assertFalse(short3 == short4);``
|
||||||
- Immutable
|
- Immutable
|
||||||
- == zwischen Wrapper und Primitivem: Wrapper wird ausgepackt, beide Primitive verglichen!
|
- == zwischen Wrapper und Primitivem: Wrapper wird ausgepackt, beide Primitive verglichen!
|
||||||
|
- **Methodensichtbarkeit**: ``private final`` erlaubt (aber sinnlos)
|
||||||
Reference in New Issue
Block a user