publicclassTest{publicstaticvoidmain(Stringargs){stringfoo=blue”;stringbar=foo;foo=green”;System.out.printIn(bar);}}Whatistheresult?()

A.Anexceptionisthrown. B.Thecodewillnotcompile. C.Theprogramprints“null” D.Theprogramprints“blue” E.Theprogramprints“green”

时间:2023-08-25 17:04:10

相似题目