SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Introduction to Java

» Start this Course
(Practice similar questions for free)
Question:

Evaluation order (2)

Author: Christian N



Answer:

The order is especially important if side effects occur in the expression! Example 1: int i = 2; int j = (i=3) * i; // j = 9


0 / 5  (0 ratings)

1 answer(s) in total