首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下列程序段运行的结果为 public class Test{ static void print(String s,int i){ System.out.println("String:"+s+",int:"+i);
下列程序段运行的结果为 public class Test{ static void print(String s,int i){ System.out.println("String:"+s+",int:"+i);
admin
2010-12-17
25
问题
下列程序段运行的结果为 public class Test{ static void print(String s,int i){ System.out.println("String:"+s+",int:"+i); } static void print(int i,String s){ System.out.println("int:"+i+",String:"+s); } public static void main(String[]args){ print(99,"Int first"); } }
选项
A、String:String first,int:11
B、int:11,String:Int first
C、String:String first,int99
D、int:99,String:Int first
答案
D
解析
本题考查考生阅读程序的能力。JavaApplication都是以main()方法作为入口,首先执行的是print(99,"Int first"),根据构造方法的参数类型选择调用方法,这里调用的是print(int i,String s)方法,因此输出的是int:99,String:Int first。
转载请注明原文地址:https://kaotiyun.com/show/tK9p777K
本试题收录于:
二级Java题库NCRE全国计算机二级分类
0
二级Java
NCRE全国计算机二级
相关试题推荐
在Python中,关于全局变量和局部变量,以下选项中描述不正确的是
关于下面代码,以下选项中描述正确的是deffact(n,m=1):s=1foriinrange(1,n+1):s*=ireturns//mprint(fact(m=5,n=10))
根据设定的条件,判断应该选择哪一条分支来执行相应的语句序列,属于
在结构化程序设计中,模块划分的原则是
SQL语言的全称是
联网搜索库名或摘要中关键字的命令格式是
设栈与队列初始状态为空。将元素A,B,C,D,E,F,G,H依次轮流入栈和入队,然后依次轮流退队和出栈,则输出序列为()。
下面关于Python说法错误的是()。
调用线程的下列方法,不会改变该线程在生命周期中状态的方法是
下列声明和赋值语句错误的是()。
随机试题
现场心肺复苏操作首要步骤是( )。【历年考试真题】
暖瓶:内胆:金属
在期权交易中,买入看涨期权最大的损失是()。
甲企业为增值税一般纳税人,自行开发一项技术,2010~2012年度发生的与无形资产有关的业务如下:(1)截至2010年5月31日,用银行存款支付外单位协作费74万元,领用本单位原材料成本26万元,经测试,该项研发活动已完成研究阶段。(2
下列属于县政府职能部门的是()。
汇率的波动对一国经济和金融会产生什么样的影响?
Ifaheavyrelianceonfossilfuelsmakesacountryaclimateogre,thenDenmark—withitsthousandsofwindturbinessprinkledo
Thefilmboredmetodeath.IwishI______toseeit.
EasterEasteristhemostimportantfestivalintheChristiancalendar.ItisthecommemorationofJesus’deathandhisrisi
A、Stepforwardandspeaktoothers.B、Lookforthepeoplewhoarealsonervous.C、Drawbackfromthegroupandtrytocalmdown.
最新回复
(
0
)