Sail E0 Webinar
Question

Which of these instance cannot be created?


Options:
A .  Integer instance.
B .  Generic class instance.
C .  Generic type instance.
D .  Collection instances.
Answer: Option C

It is not possible to create generic type instances. Example - "E obj = new E()"

will give a compilation error.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers