<img src="https://img.ppkao.com/2018-07/luke/2018073109412787903.jpg" /><br /> What is the result?()<p> <img src="https://img.ppkao.com/2018-07/luke/2018073109412787903.jpg" /><br /> What is the result?()</p>
A、A. The code compiles and “s=” is printed.
B、B. The code compiles and “s=null” is printed.
C、C. The code does not compile because Strings is not initialized.
D、D. The code does not compile because because Strings cannot be referneed.
E、E. The code comiles.butt a NullPointerException is thrown when toString is called.