[JAVA-616] Reworded operations modules descriptions
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
## Core Java Arrays - Basic Operations
|
||||
|
||||
This module contains articles about basic operations on arrays in Java
|
||||
|
||||
Basic operations would cover anything elementary we should expect to be able to achieve on a collection type:
|
||||
|
||||
- Adding/Removing elements
|
||||
- Getting elements
|
||||
- Iterating
|
||||
This module contains articles about Java array fundamentals. They assume no previous background knowledge on working with arrays.
|
||||
|
||||
### Relevant Articles:
|
||||
- [Initializing Arrays in Java](https://www.baeldung.com/java-initialize-array)
|
||||
@@ -16,4 +10,3 @@ Basic operations would cover anything elementary we should expect to be able to
|
||||
- [Removing an Element from an Array in Java](https://www.baeldung.com/java-array-remove-element)
|
||||
- [Removing the First Element of an Array](https://www.baeldung.com/java-array-remove-first-element)
|
||||
- [Extending an Array’s Length](https://www.baeldung.com/java-array-add-element-at-the-end)
|
||||
- [[More advanced operations -->]](/core-java-modules/core-java-arrays-operations-advanced)
|
||||
|
||||
Reference in New Issue
Block a user