public class Weird {
public static void main(String[] args) {
throw null;
}
}
(dead link – http://www.jroller.com/eu/entry/something_new_about_null_values) Source
public class Weird {
public static void main(String[] args) {
throw null;
}
}
(dead link – http://www.jroller.com/eu/entry/something_new_about_null_values) Source