Listing 2. C style conditional compilation—not legal in Java. 1 #define DEBUG 2 3 public class X extends Y 4 { 5 private int x_, 6 y_, 7 z_; 8 9 . 10 . 11 . 12 13 # ...