Homework Clinic

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

Title: Which of the following criticisms of an array is applicable to a Java array?
Post by: hbsimmons88 on Aug 30, 2020
Which of the following criticisms of an array is applicable to a Java array?
◦ It is an inefficient structure to access random elements
◦ It only supports First-in First-out types of accesses
◦ It is fixed in size (static)
◦ It cannot be used to create an Abstract Data Type such as a Queue or Stack
◦ all of these
Title: Which of the following criticisms of an array is applicable to a Java array?
Post by: adammoses97 on Aug 30, 2020
It is fixed in size (static)
Title: Re: Which of the following criticisms of an array is applicable to a Java array?
Post by: Toyin Fayomi on Nov 30, 2020
thank you