请在 下方输入 要搜索的题目:

Public class Person { String name; int age=25; public Person(String name){ this(); //line nl setName(name); }Public Person(string name, int age){ Person(name); //line n2 setAge(age); } //setter and getter methods go here public String show(){ return name+" "+ age; } public static void main(String ] args) { Person pl=new Person("Jesse"); Person p2=new Person("Walter",52); System.out.printIn(p1.show()); System.out.println(p2.show()); }} What is the result?
选项:

A: Compilation fails only at line n1.
B:Compilation fails at both line nl and line n2.
C: Compilation fails only at line n2.
D: Jesse 25 Walter 52

发布时间:2024-04-03 13:42:53
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录