4.Which of the following are primitive Java types?
I.int
II.Integer
III.Double
(a) II and III only
(b) I and II only
(c) I only
(d) I,II and III only
4.Which of the following are primitive Java types?
答案:1 悬赏:80 手机版
解决时间 2021-08-24 08:47
- 提问者网友:留有余香
- 2021-08-24 04:47
最佳答案
- 五星知识达人网友:酒醒三更
- 2021-08-24 06:12
JAVA的8种原始(primitive)数据类型:byte、short、int、long、float、double、char
所以选C.
他们对应的封装(Wrapper)数据类型分别是:Byte,Short,Integer,Long,Float,Double,Character
不要搞混啦
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯