Q. Which of the following is FALSE about arrays on Java (A) Arrays in Java are always allocated on heap (B) A java array is always an object (C) Length of array can be changed after creation of array (D) None of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Length of array can be changed after creation of array