If in your post titled "5 Misconceptions of developers that still think Java is relevant today" (not posting the link to avoid the clickbait) each and every "misconception" starts with "While this continues to be true..." you should wonder if your own article is full of bullshits
5 4 2
Los operadores de asignación =, -=, *= son asignaciones de prioridad menores.
Dicho esto, en la óperacion: X = Y *= Z -= X;
Lo primero que haremos sería buscar el valor de Z, luego Y, y por último X.
Z = 2
Y = 4
X = 5
#java#javaisdead@hectorvent@java I'm right?