πŸ“Š JAVA
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of these

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
323
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
91%
Success Rate