Q. Which of these is the correct method to create an array in java? (A) int[] arr = {1, 3, 5}; (B) int[] arr; (C) arr = new int[] {3, 1, 8}; (D) All of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of these