Java认证Java认证Java程序员Java练习题
题目内容

给出以下代码,请问该程序的运行结果是什么?class Tree { }class Pine extends Tree{ }public class F {public static void main (String [] args){Tree tree = new Pine();if (tree instanceof Pine)System.out.println("Pine");elseSystem.out.println("not Pine");}}

2024-07-09

A.编译错误,无法运行

B.Tree

C.Pine

D.not Pine

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端