粗犷信封

文章
4
资源
0
加入时间
2年10月17天

java面试题目备忘之三

public class Test{ public static void main(String[] args) { Parent p = new Child(); p.output(); }}class Parent{ public void output() throws NullPointerException { Sys...