Ask Question

Describe how arrays are implemented in Java.

+2
Answers (1)
  1. 7 February, 02:30
    0
    In Java, array declaration is based on the factors name and type of the element. The type is used for determining of the datatype of the element and the name describes about the array elements name.

    The data type can be of any type namely char, int, float etc. They are followed by the brackets "[]" in which the length of the array is determined. Array declaration in java is allocated in a dynamic way.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Describe how arrays are implemented in Java. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers