image
6
Programming with Arrays
CERTIFICATION OBJECTIVES
•    Work with Java arrays
•    Work with ArrayList objects and their methods
image   Two-Minute Drill
Q&A Self Test
A cornerstone of software development is working with data structures to store and retrieve data. Arrays are one of the most fundamental data structures; in fact, they can be found in nearly every programming language, and Java is no exception. Java inherited arrays from the C language, along with many of its other syntax rules. In additional to standard arrays, Java has an ArrayList ...

Get OCA Java SE 7 Programmer I Study Guide (Exam 1Z0-803), 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.