util
Class NullTest

java.lang.Object
  extended by util.NullTest

public class NullTest
extends Object

Do you know what hapens if comparing a null Object to anything else? Find out here.


Constructor Summary
NullTest()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTest

public NullTest()
Method Detail

main

public static void main(String[] arg)