212 CORRECT SPRING
Quiz 2 FALL-2022 AID
ALL GRADE A+
You can declare new classes as needed; this is one reason Java is known as a(n)
language.
Selected extensible
Answer:
• Question 2
1 out of 1 points
The format specifier %.2f specifies that two digits of precision should be output
in the floating-point number.
Selected to the right of the decimal point
Answer:
• Question 3
1 out of 1 points
A class that creates an object of another class, then calls the object’s methods, is
called a(n) class.
Selected driver.
Answer:
• Question 4
1 out of 1 points
Which of the following statements is false?
Selected Variables of type boolean are initialized to true.
Answer:
• Question 5
1 out of 1 points