移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

多选题

Click the Exhibit button. Which three code fragments, added individually at line 29, produce the output 100?()

发布日期:2022-07-13

Click the Exhibit button. Which three code fragmen...
A

n = 100;

B

i.setX( 100 );

C

o.getY().setX( 100 );

D

i = new Inner(); i.setX( 100 );

E

o.setY( i ); i = new Inner(); i.setX( 100 );

F

i = new Inner(); i.setX( 100 ); o.setY( i );

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!