JavaRush /Java Blog /Random EN /Level 7: level plan and extras. materials
hubert
Level 41

Level 7: level plan and extras. materials

Published in the Random EN group
Level Plan:
  • Arrays and Lists: Array, ArrayList, Introduction to Generics
  • Arrays : creation, initialization.
  • Working with arrays, length.
  • Static and dynamic array initialization.
  • ArrayList, internal implementation, difference from an array.
  • Working with ArrayList. Methods add(value), add(index, value), remove(index), size()
  • Introducing Generics - Using
  • Mapping primitive types to their non-primitive class counterparts
  • Creating and Using Parameterized Lists
  • Introduction to Collections
  • Loop for each

Java course
This level explores an overview of collections. Detailed in-depth study will be at 30+ levels. What else you can watch in your spare time: Removing elements from a list and ConcurrentModificationException Primitives and wrappers A little about strings in Java Basic methods for working with String Collections class Read about arrays and lists
Found a cool link to the material on this topic? Add it here as a comment. Perhaps your link will help another person become a programmer and improve their life!

Return to training plan
Return to learning java online at JavaRush
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION