Not good
I started with the main test and found at least 4 questions with wrong expectations.
Want examples?
int a = new int(2);
... is supposed to be syntactically correct.
So is:
int num;
num = (5 + 4 * num);
The correct data type for ‘5’ is String. (actually it would be char - which wasn’t even on the list)
I spontaneously lost the interest in the rest of the software.
i_more about iMaster Java, v1.0