Multiple Choice
One generic Stack class could be the basis for creating many Stack classes,e.g.,Stack<Double>,Stack<Integer> and Stack<Employee>.These classes are known as __________.
A) subclasses.
B) generic subclasses.
C) concrete classes.
D) parameterized classes.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Class Number is _ of both Integer
Q2: Which statement is false?<br>A) When declaring a
Q9: Suppose Stack is a generic class that
Q9: Generics provide _ that allows programmers to
Q10: When a generic class is instantiated without
Q10: Which statement is false?<br>A) A generic method
Q11: When the compiler translates a generic method
Q11: _ enable programmers to specify, with a
Q14: When compiling a generic class,the _ option
Q15: A wildcard type argument is denoted by