A

Admin • 828.03K Points
Coach

Q. What is the base type of an array declared as: int[] arr = new int[10];?

  • (A) Object
  • (B) int
  • (C) Integer
  • (D) Array
  • Correct Answer - Option(B)
  • Views: 10
  • Filed under category Java
  • Hashtags: Java Array

Explanation by: Admin
The base type of the array is int.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.