public class Test { <br /> public static void main(String[] args) { <br /> String str = NULL; <br /> System.out.println(str); <br /> } <br /> }  <br /> What is the result?()  
A、 NULL
B、 Compilation fails.
C、 The code runs with no output.
D、 An exception is thrown at runtime.