What is a bounded array?

1 answer

Answer

1161902

2026-04-26 18:10

+ Follow

Java
Java

Always arrays are bounded almost in all programming languages.As we all know array will be having

bounded that is fixed no. of values in it.In Java you can consider ArrayList a unbounded array.Since that is implementing a list array can keep on growing and will not be bounded in size.But you can not this kind of feature in the languages like c.you must define an array which is of fixed length.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.