Exam (elaborations)
CMSC131 Review UMD(With complete solutions)
- Course
- Institution
Why are there 8 different numeric types in java? correct answers Because java is a restrictive language: it requires that the bit count is noted and known. Different types have different bit counts, so it shows the size. How would you write an int and float constants? correct answers int i= numb...
[Show more]