当前位置:SCJP程序员认证考试题库

问题:

[单选] Which code determines the int value foo closest to, but not greater than, a double value bar?()  

A .  Int foo = (int) Math.max(bar);
B .  Int foo = (int) Math.min(bar);
C .  Int foo = (int) Math.abs(bar);
D .  Int foo = (int) Math.ceil(bar);
E .  Int foo = (int) Math.floor(bar);
F .  Int foo = (int) Math.round(bar);

酸洗工艺设计时,可以不包含“三废”治理设计。 以下属于订单信息的是() 订单金额。 订单状态。 订单编号。 产品信息。 车轮轮缘磨损量超过原厚度的10%时,车轮应报废。 对于放宽兼职、兼薪和离岗创业限制,引导科技人才向企业集聚说法正确的是() 加强政府公共服务平台建设。 鼓励高校科研人员离岗创业。 建立企业与高校、科研院所人才联合聘用机制。 引导科技人才向企业聚拢。 果酸在果胶软糖制造过程中起着怎样的作用? Which code determines the int value foo closest to, but not greater than, a double value bar?()  
参考答案:

  参考解析

本题暂无解析

在线 客服