Question: Which of the following statements correctly creates the object array as an array of 10 elements of type T, where T is a generic type

Which of the following statements correctly creates the object array as an array of 10 elements of type T, where T is a generic type variable? A. T [] array = new T [10]; B. T [] array = new Object [10]; C. Object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
