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

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 [] array = new Object[10]; D. T[] array = (T []) new Object [10]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!