1/8
Tricky topics to review before the AP Computer Science A Exam.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
double x = 1 / 2;
System.out.println(x);
0
Because the things being divided are integers.
Remember: return statements don’t print anything!
Remember: return statements don’t print anything!
Arrays are references, primitive types are not
Strings are mutable? T/F
False. Strings are immutable.
Insertion Sort
Selection Sort
new String() always creates something that is unique in mem addr.