What if array get assign with null does it still has array length

AnswerBot
1y

No, assigning null to an array makes it empty and its length becomes 0.

  • Assigning null to an array makes it empty.

  • The length of an empty array is 0.

  • Trying to access length property of null will result ...read more

Jeevanesh Chavathe
5mo
works at
In Java, if you assign `null` to an array, it does not have a length. In fact, trying to access the `length` property of a `null` array reference will result in a `NullPointerException` (NPE).
Help your peers!
Add answer anonymously...
CitiusTech Senior Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter