Issues with array

Issues with array

Professional Development

48 Qs

quiz-placeholder

Similar activities

Ennum

Ennum

Professional Development

44 Qs

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

1Rivet's Angular Community Quiz | Dynamic Components, Code Generators, ES-6 Features, Unit Test Cases

Professional Development

45 Qs

EC8552-Computer Architecture

EC8552-Computer Architecture

University - Professional Development

53 Qs

Java: Collections continues

Java: Collections continues

Professional Development

50 Qs

Technical Evaluation - 101 - 2024

Technical Evaluation - 101 - 2024

Professional Development

50 Qs

Python Refresher

Python Refresher

Professional Development

50 Qs

Core Java Concepts Quiz (1)

Core Java Concepts Quiz (1)

Professional Development

48 Qs

M3 R5 ( Chapter 2)

M3 R5 ( Chapter 2)

Professional Development

50 Qs

 Issues with array

Issues with array

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ANIL KUMAR

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is disadvantage of array in Java?
a) Arrays allow variable size changes.
b) Arrays store multiple data types.
c) Arrays offer easy insertion and deletion.
d) Arrays have a fixed size, hindering size changes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the challenges to using array?
a) Insertion/deletion is simple and efficient.
b) Memory wastage is eliminated in arrays.
c) Arrays don't require consecutive memory storage.
d) Insertion/deletion are complex due to consecutive memory, wastage from excess allocation.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why arrays are difficult in Java?
a) Indexing is unnecessary in arrays.
b) Arrays are versatile with various data types.
c) Beginners struggle with content distinction.
d) Beginners struggle with indexing and content distinction, affecting usage.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main disadvantages of arrays?
a) Arrays have dynamic size changes.
b) Arrays lack memory wastage.
c) Arrays allow heterogeneous data storage.
d) Fixed size, memory wastage, and complex insertion/deletion make arrays less versatile.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why array is not thread safe in Java?
a) Arrays are inherently thread-safe.
b) Arrays' mutability enhances thread safety.
c) Arrays are thread-safe when used carefully.
d) Arrays' mutability makes them non-thread-safe; copying arrays is safer.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is array type safe in Java?
a) Immutable arrays are always thread-safe.
b) Array type safety depends on the Java version.
c) Mutable arrays are treated as immutable.
d) Immutable arrays allow treating String[] as Object[], but mutable arrays don't.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the complexities of array?
a) Array access complexity is O(n).
b) Linear search complexity is O(1).
c) Array access complexity is O(1).
d) Linear search complexity is O(n).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?