Add small changes
This commit is contained in:
parent
01f044a435
commit
ce2a521e34
|
@ -16,7 +16,7 @@ long b = a;
|
|||
Umwandlung in einen kleineren Wertebereich ist nur **explizit** möglich.
|
||||
```java
|
||||
int d = 3;
|
||||
byte c = (byte) a;
|
||||
byte c = (byte) (a);
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue