Skip to Main Content
Java 6 Illuminated: An Active Learning Approach, 2nd Edition
book

Java 6 Illuminated: An Active Learning Approach, 2nd Edition

by Julie Anderson, Herve J. Franceschi
February 2008
Intermediate to advanced content levelIntermediate to advanced
1288 pages
39h 39m
English
Jones & Bartlett Learning
Content preview from Java 6 Illuminated: An Active Learning Approach, 2nd Edition
Forgetting to add a blank
space to the end of a String
literal before concatenat-
ing a value makes the out-
put more difficult to read.
COMMON ERROR
TRAP
60 CHAPTER 2 Programming Building Blocks—Java Basics
1 /* Java data types and their values
2 your name here
3 */
4 public class DataTypeValues
5 {
6 public static void main( String [ ] args ) // required
7 {
8 // write your code here
9 }
10 }
EXAMPLE 2.5 DataTypeValues,Version 1
2.3 Programming Activity 1: Exploring Data Types
For Programming Activity 1, let’s explore the Java data types by finding and
printing their maximum and minimum values.
Open the ShellApplication.java source code shown in Example 2.1.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

JFC Swing Tutorial, The: A Guide to Constructing GUIs, Second Edition

JFC Swing Tutorial, The: A Guide to Constructing GUIs, Second Edition

Kathy Walrath, Mary Campione, Alison Huml, Sharon Zakhour
Java Illuminated, 4th Edition

Java Illuminated, 4th Edition

Julie Anderson, Hervé J. Franceschi

Publisher Resources

ISBN: 9780763749637