Solved

Which Is the Purpose of the ≪E> Element in the Class

Question 9

Multiple Choice

Which is the purpose of the <E> element in the class declaration below? public class Thing<E>
{
Public Thing() { . . . }
}


A) declares that only instances of E class can be stored
B) it is a type variable
C) it is an instance variable
D) it is a cast

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions