Generics

Generics

University

20 Qs

quiz-placeholder

Similar activities

QUEUE

QUEUE

University

17 Qs

Data Structure Basics

Data Structure Basics

University

20 Qs

Kuis Teori Pemrograman Web

Kuis Teori Pemrograman Web

University

20 Qs

Array

Array

University

17 Qs

Khóa Học python cơ bản

Khóa Học python cơ bản

University

20 Qs

PSC ALM QUIZ

PSC ALM QUIZ

University

16 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

JavaScript

JavaScript

University

15 Qs

Generics

Generics

Assessment

Quiz

Computers

University

Hard

Created by

R GIRIDHARAN

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which version of Java introduced the concept of Generics?
1.3
1.4
1.5
1.6

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The primary purpose of Generics in Java is to:
Improve performance
Introduce new data structures
Provide Type-Safety
Support multi-threading

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is type-safe?
ArrayList
Arrays
HashSet
LinkedList

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To which of these collections is type-casting required during retrieval?
Arrays
ArrayList before Java 1.5
Generic ArrayList
HashSet

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why were Generics introduced in Java 1.5?
To provide type-safety to collections
To improve collection performance
To support new data structures
To phase out arrays

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a generic `ArrayList<String>`, what type of objects can you add?
Any Object type
Only Strings
Integer and Strings
None

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When defining `class Account<T>`, what does `T` represent?
Tuple
Type
Text
Template

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?