• 2022-06-19
    下列程序的运行结果是()public class Test {public static void main(String[] args) {String str = NULL;System.out.println(str);}}
    A: