网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
基本数据类型float的包裹类是哪项?()
A

 Integer

B

 Double

C

 Float

D

 Character


参考答案

参考解析
解析: 暂无解析
更多 “单选题基本数据类型float的包裹类是哪项?()A  IntegerB  DoubleC  FloatD  Character” 相关考题
考题 C语言的基本数据类型不包括() A、doubleB、intC、floatD、char

考题 有一个函数原型如下所示,abc(float x,float y);{……},则该函数的返回类型为()。 A.voidB.doubleC.intD.float

考题 下面语句返回的数据类型是什么? (short)10/ 10.2*2;() A.intB.doubleC.floatD.short

考题 现有定义int a;double b;float c;char k;,则表达式a/b+c-k值的类型为A.intB.doubleC.floatD.char

考题 设有以下变量定义,并已赋确定的值: char w; int x; float y; double z; 则表达式:w*x+z-y所求得的数据类型为( )。A.charB.intC.floatD.double

考题 有如下定义:float a=1.0f;double b=2.0;则表达式a+b的值的数据类型为()。A.floatB.doubleC.charD.int

考题 设有定义int x; float v;,则10+x+v值的数据类型是A.intB.doubleC.floatD.不确定

考题 下面()不是Java的关键字。A、integerB、doubleC、floatD、char

考题 都是VB.NET中的数据类型的选项是()A、Short、Integer、Long、Float、DoubleB、Short、Int、Long、Single、DoubleC、Integer、Long、Single、Double、DecimalD、Boolen、Byte、Bit、Decimal、Date

考题 基本数据类型float的包裹类是哪项?()  A、FloatB、IntegerC、DoubleD、Character

考题 Float类是对()基本数据类型的封装。

考题 在Java语言中,已知a为int型,b为double型,c为float型,d为char型,则表达式a+bc-d/a的结果类型为()。A、intB、doubleC、floatD、char

考题 字符类Character是对()基本数据类型的封装。

考题 下面哪个不是JAVA关键字()A、integerB、doubleC、floatD、default

考题 在Visual Basic中,变量的默认类型是()。A、IntegerB、DoubleC、VariantD、Currency

考题 在C语言中(以16为PC机为例),5种基本数据类型的存储空间长度的排列顺序为()。A、char int long int = float doubleB、char = int long int = float doubleC、char int long int = float = doubleD、char = int = long int = float double

考题 设变量a是整型,f是实型,i是双精度型,则表达式10+’a’+i*f值的数据类型为()。A、不确定B、doubleC、intD、float

考题 下列各种基本数据类型说明符中表示整数型的是()。A、IntegerB、BooleanC、SingleD、String

考题 从数据的存储方式上,数据类型分为值类型和引用类型。下面选项不是值类型的是()。A、IntegerB、DoubleC、BooleanD、数组

考题 下面哪些类型实现了Comparable接口()A、IntegerB、doubleC、StringD、Object

考题 基本数据类型float的包裹类是哪项?()A、 IntegerB、 DoubleC、 FloatD、 Character

考题 以下哪个类型是基本数据类型()。A、intB、StringC、ByteD、Float

考题 填空题字符类Character是对()基本数据类型的封装。

考题 单选题类Test1定义如下:1.publicclassTest1{2.publicfloataMethod(floata,floatb){}3.4.}将以下()方法插入行3是不合法的。A public float aMethod(floata,floatb,floatc){}B public float aMethod(floatc,floatd){}C public int aMethod(inta,intb){}D private float aMethod(inta,intb,intc){}

考题 单选题基本数据类型float的包裹类是哪项?()A FloatB IntegerC DoubleD Character

考题 填空题Float类是对()基本数据类型的封装。

考题 ( 难度:中等)下面不是JAVA关键字的是()。A.integerB.doubleC.floatD.default