prev next prev next
  Course navigation
 
Lesson 2
Objective
Java Streams Course Prerequisites
Explore what you need to know to succeed in this course.
 
To successfully complete this course, you should be comfortable with
  1. basic Java syntax including arrays, strings, and primitive data types
  2. how Java deals with integer and byte data as well as with arrays of these data types
  3. classes, objects, and methods, particularly constructors and toString() methods
  4. writing character-mode Java applications with main() methods
Java Streams, Readers and Writers
Input Stream
  Course navigation