A

Admin • 833.24K Points
Coach

Q. How do you instantiate an array in Java?

  • (A) int arr[] = new int(3);
  • (B) int arr[];
  • (C) int arr[] = new int[3];
  • (D) int arr() = new int(3);

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.