Precedence

Description

16 Kategorien nach denen Ausdrücke ausgewertet werden.
Daria S.
Flashcards by Daria S., updated more than 1 year ago
Daria S.
Created by Daria S. about 6 years ago
2
0

Resource summary

Question Answer
16 - precedence (), ., []
15 - precedence postfix: ++, --
14 - precedence prefix: ++, -- unary operators: +, -, !, ~
13 - precedence cast, object creation (), new
12 - precedence *, /, %
11 - precedence +, -, concat(String)
10 - precedence Shift (logic, arithmetic): <<, >>, >>>
9 - precedence relations: <=, <, >=, >, instanceof
8 - precedence equality: ==, !=
7 - precedence bitwise AND: &
6 - precedence XOR: ^
5 - precedence bitwise OR: |
4 - precedence logical And: &&
3- precedence logical OR: ||
2 precedence ternärer Operator: ?:
1 precedence assigment: =, +=, -=, *=, /=, %=, &=, ^=, |=, <<=, >>=, >>>=
Show full summary Hide full summary

Similar

ein kleines Informatik Quiz
AntonS
Informatik
Tom Kühling
PHP Grundlagen
chrisi.0605
Wirtschaftsinformatik Teil 2
Sabrina Heckler
Informatik 1 - Einführung
Svenja
Codierung
Tom Kühling
Wirtschaftsinformatik Teil 1
Sabrina Heckler
Einführung in das Studium Informatik
Daniel Doe
Lernplan
Sandra K
Datenstrukturen
Ann-Kathrine Buchmakowsky