Homework Clinic

Science Clinic => Computer Science => Programming and Graphic Design => Topic started by: bio_gurl on Aug 30, 2020

Title: Just as arrays can only have a fixed number of elements, set at the time the array is declared, a ...
Post by: bio_gurl on Aug 30, 2020

Question 1

Java arrays can store primitive types and Strings, but cannot store any other type of Object other than Strings.
◦ true
◦ false

Question 2

Just as arrays can only have a fixed number of elements, set at the time the array is declared, a parameter list also can only have a fixed number of elements, set at the time the method is declared.
◦ true
◦ false
Title: Just as arrays can only have a fixed number of elements, set at the time the array is declared, a ...
Post by: brbarasa on Aug 30, 2020

Answer 1

false

Answer 2

false