Computer Science, asked by yeyolo9715, 6 months ago

java does not allow arrays of length zero
1. True
2. False​

Answers

Answered by AGRAWALGRACY77
1

Answer:

false

Explanation:

always be happy : )_

Answered by qwcricket10
0

Java allows arrays of length zero. The given statement is false.

  • The class-based, object-oriented programming language is Java.
  • James Gosling is the master brain behind the Java program.
  • The collection of items in the continuous memory location is an array.\
  • Array length means the space allotted in memory for the array.
  • In Java program, it allows arrays of length zero.
  • The length of the array is zero means it's an empty array.
  • An empty array is when it contains no elements and length zero.

Similar questions