Font size:
Print
Question: Which of these is an incorrect array declaration?

1. int[] arr= new int[5]
2. int []arr= new int[5]
3. int arr[] arr= new int[5]
4. int arr[]= new int[5]
Prev Question In java, .......... can only test for equality,...
Next Question If m and n are int type variables, what will be...