a) int arr[] = new int(3);
b) int arr[];
c) int arr[] = new int[3];
d) int arr() = new int(3);
How do you instantiate an array in Java?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How do you instantiate an array in Java?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!