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