试题详情
- 多项选择题 NumberFormat nf= NumberFormat.getInstance(); nf.setMaximumFractionDigits(4); nf.setMinimumFractionDigits(2); String a = nf.format(3.1415926); String b = nf.format(2); Which two are true about the result if the default locale is Locale.US?()
A、 The value of b is 2.
B、 The value of a is 3.14.
C、 The value of b is 2.00.
D、 The value of a is 3.141.
E、 The value of a is 3.1415.
F、 The value of a is 3.1416.
G、 The value of b is 2.0000.
- C,F
关注下方微信公众号,在线模考后查看
热门试题
- 用迭代法编写程序用于求解以下方程:x2+
- Java的字符采用何种编码方案?有何特点
- 有1、2、3、4四个数字,能组成多少个互
- 面板缺省搭配是什么布局管理器?()
- 下列哪项不属于Java语言的基本数据类型
- int x=0; int y=10;
- 10. interface&
- The sl:shoppin
- Which two choi
- 表示键值对概念的接口是哪项?()Q
- 如果想要一个类不能被任何类继承的话,需要
- 下列关于容器集合类的说法正确的是()。
- 假设有字符串“123”,能把该字符串变成
- 已知: 该输出是?()
- 11. public&ens
- 包含抽象方法的类必须声明为抽象类
- Given:
- 事件适配器类的作用是:()
- String[] elements={
- abstract class