Generics

Generics

University

20 Qs

quiz-placeholder

Similar activities

C programming

C programming

University

15 Qs

Java Quiz 2

Java Quiz 2

University

15 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

Java Programming

Java Programming

University

15 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Episode 16

Episode 16

University

18 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?