Head First Java Quotes
Head First Java
by
Kathy Sierra4,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”
― Head First Java
― Head First Java
“everything”
― Head First Java
― Head First Java
“Roses are red, violets are blue. Extend only one, but implement two.”
― Head First Java
― 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.”
― Head First Java
― Head First Java
