The modulus operator, %, returns the remainder of integer division
查看答案
The result of integer division is truncated in Java
A. 对
B. 错
Objects of type String are strings of characters that are written within single quotes
A. 对
B. 错
In Java, Strings are immutable objects. Immutable objects can be changed.
A. 对
B. 错
An advantage of using the Unicode character set is that it easily handles languages other than English.
A. 对
B. 错