When might you encounter a problem with integer overflow? 什么时候可能会遇到整数溢出问题?单项选择题
A
When trying to store an integer value as a double 当尝试将整数值存储为双精度值时
B
When trying to store an integer which is too big to be stored in an int variable 当尝试存储一个太大而无法存储在 int 变量中的整数时
C
When trying to store a decimal number in an int variable 当尝试将十进制数存储在 int 变量中时
D
When trying to divide one integer by another using ints when the answer should be a decimal value 当尝试使用 int 将一个整数除以另一个整数时,答案应该是十进制值
E
When trying to print an int in the middle of a String 当尝试在字符串中间打印一个 int 时
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
What is the primary vulnerability in the following code?
Which of the following is a potential issue when computing mid = (low + high) // 2 for very large lists?
An overflow error takes place when:
Consider the following code: long y = 9223372036854775807L; y = y + 1; System.out.println(y); What number does the program print when compiled and run? Hint: think about the max value you just looked up in your previous answer.
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!