Generics

Generics

University

20 Qs

quiz-placeholder

Similar activities

Java Coding Questions

Java Coding Questions

University

20 Qs

CodeGulf - Elimination Round

CodeGulf - Elimination Round

University

17 Qs

DSA Quest 1.0

DSA Quest 1.0

University

19 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

Java - Revisão I

Java - Revisão I

University

20 Qs

JAVA UNIT 1 PART 2

JAVA UNIT 1 PART 2

University

15 Qs

THE_COVER

THE_COVER

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?