Head First Java Quotes

Rate this book
Clear rating
Head First Java Head First Java by Kathy Sierra
4,210 ratings, 4.24 average rating, 243 reviews
Head First Java Quotes Showing 1-4 of 4
“a name, like javax.swing (a package that holds some of the Swing GUI classes you’ll learn about soon). ArrayList is in the package called java.util, which surprise surprise, holds a pile of utility classes. You’ll learn a lot more about packages in Chapter 17, including how to put your own classes into your own packages. For now though, we’re just looking to use”
Kathy Sierra, Head First Java
“everything”
Kathy Sierra, Head First Java
“Roses are red, violets are blue. Extend only one, but implement two.”
Kathy Sierra, Head First Java
“useful thing about a File object is that it offers a much safer way to represent a file than just using a String file name.”
Kathy Sierra, Head First Java