题目内容

测定维生素C的分析方法是重铬酸钾法。 ( )

A. 对
B. 错

查看答案
更多问题

K2Cr2O7需要在酸性环境中才具有强的氧化性,所以在滴定时要用缓冲溶液控制其酸度。 ( )

A. 对
B. 错

氧化还原电对中的物质都处于标准状态,则其电极电势值为0。( )

A. 对
B. 错

请编写一个实现如下功能的Application:比较从键盘输入的两个整数是否相等,并根据比较结果显示“相等”或“不相等”。import java.util. ______________________________;public class add{ public _____________________________ void main(String args[]){ int x=0,y=0;Scanner input=new Scanner(System.in);____________________________{ x=input.nextInt();y=_______________________________;}catch(NumberFormatException e){ System.out.println("请输入两个整型参数!");System.exit(0);}if(_______________________________)System.out.println(“相等”);elseSystem.out.println(“不相等”);}}

请说出E类中标注的【代码1】和【代码2】的输出结果,publicclass E {public static void main(String args[]) {byte d[]="abc我们喜欢篮球".getBytes();System.out.println(d.length); // 【代码1】String s=new String(d, 0, 7);System.out.println(s);// 【代码2】}}【代码1】的输出结果是【代码2】的输出结果是

答案查题题库