开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 1271|回复: 18
收起左侧

[讨论] 学校考的这些b东西真恶心

[复制链接]
结帖率:95% (84/88)
发表于 2023-9-25 13:03:32 | 显示全部楼层 |阅读模式   美国
学个计算机和什么什么了一样,整天扣着一些用不着的功能死磕,其它class又不是很少,扣着int double在那肯起来了
哪个脑回路会不断赋值,运用各种编译器技能(数值丢失)在那里写一大串问你最后结果是什么,问题是还tm没有高亮,没有编译运行
举个例子吧:
学了一天的string.compare
要是谁能用得上这个功能我直接把我固态硬盘吃了。

题大概是这样的:
Consider the following code segment.
String str = "CompSci";
System.out.println(str.substring(0, 3));
int num = str.length();

What is the value of num when the code segment is executed?









[backcolor=rgba(145, 39, 37, 0.1)]
[color=rgb(255 255 255 / var(--tw-text-opacity))][backcolor=rgb(1 92 176 / var(--tw-bg-opacity))]A

3




B

4




C

5




D

6




E

7




[backcolor=rgb(244 244 245 / var(--tw-bg-opacity))]Answer A
Incorrect. This would be the value of num if it was assigned the length of str.substring(0, 3), rather than the length of the original string.



想不到吧,人家输出的是Str,问的是num的长度,要不是论坛有审核机制我就直接在这里问候他全家。

Consider the following method.
public int timesTwo (int n)
{
return n * 2;
}

The following code segment appears in a method in the same class as the timesTwo method.
Integer val = 10;
int result1 = timesTwo(val);
Integer result2 = result1;
System.out.print(result2);

What, if anything, is printed as a result of executing the code segment?









A

10




B

20




[backcolor=rgba(145, 39, 37, 0.1)]
[color=rgb(255 255 255 / var(--tw-text-opacity))][backcolor=rgb(1 92 176 / var(--tw-bg-opacity))]C

Nothing; the code segment will not compile because timesTwo cannot accept an Integer parameter.




D

Nothing; the code segment will not compile because the value returned by timesTwo cannot be assigned to result1.




E

Nothing; the code segment will not compile because the int variable result1 cannot be assigned to the Integer variable result2.




[backcolor=rgb(244 244 245 / var(--tw-bg-opacity))]Answer C
Incorrect. The code segment will compile properly because the Java compiler automatically handles conversions between Integer and int.




想不到吧,这种恶心的事情还用特意说出来?防失业小技巧?

Screenshot 2023-09-24 9.49.18 PM.png


恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我,恶心我。




单选投票, 共有 17 人参与投票

投票已经结束

52.94% (9)
17.65% (3)
29.41% (5)
您所在的用户组没有投票权限

点评

问♂候 (意味深)   浙江省台州市  发表于 2023-10-5 23:29
compare可以在字符串排序的时候用,比如字典序   江西省赣州市  发表于 2023-9-26 10:24
不是论坛有审核机制我就直接在这里问候排版全家。   广东省佛山市  发表于 2023-9-25 15:35
结帖率:95% (84/88)

签到天数: 3 天

 楼主| 发表于 2023-9-25 22:39:11 | 显示全部楼层   美国
ps:题目的排版没有问题,答案不知道怎么了html粘贴不上
题目的排版就是这样!没有高亮!没有运行!
回复

使用道具 举报

结帖率:100% (14/14)

签到天数: 5 天

发表于 2023-10-5 23:30:34 | 显示全部楼层   浙江省台州市
看不懂思密达
回复

使用道具 举报

结帖率:93% (226/243)

签到天数: 24 天

发表于 2023-9-27 23:33:49 | 显示全部楼层   湖南省郴州市
说点我们能听的懂的。比如说10月1号的国庆节你到底发不发红包
回复

使用道具 举报

结帖率:100% (12/12)

签到天数: 5 天

发表于 2023-9-27 20:11:57 | 显示全部楼层   广西壮族自治区贵港市
这是什么呀,看不懂,还是易语言好玩多了
回复

使用道具 举报

结帖率:95% (84/88)

签到天数: 3 天

 楼主| 发表于 2023-9-26 11:48:24 | 显示全部楼层   美国
@明天自然醒 好好好我能不吃硬盘吗

但是我寻思着我直接拿ASCII表不更好使吗
回复

使用道具 举报

结帖率:100% (5/5)

签到天数: 5 天

发表于 2023-9-25 22:43:39 | 显示全部楼层   广东省东莞市
说点我们能听的懂的。比如说10月1号的国庆节你到底发不发红包
回复

使用道具 举报

签到天数: 1 天

发表于 2023-9-25 14:45:44 | 显示全部楼层   河北省唐山市
正规军厉害啊 窝是野生的
回复

使用道具 举报

结帖率:86% (6/7)

签到天数: 24 天

发表于 2023-9-25 14:28:32 | 显示全部楼层   广东省广州市
本来就不会了,你这个排版更加让人觉得是天书
回复

使用道具 举报

结帖率:70% (42/60)
发表于 2023-9-25 13:49:43 | 显示全部楼层   山东省滨州市
厉害厉害
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表