compile time statement
2.The compile-time type of the initializer expression cannot be the null type.
3.If you try to call the wrong method for an object, you’ll get an error message at compile-time.
4.If you forget, Java definitely improves on C++: you get a compile-time error telling you the variable might not have been initialized.


