填空题
有定义boolean b1=5!=6;,则变量b1的值是【 】。
【参考答案】
True
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
一般在Applet中,声音文件的加载只需要进行一次,一般在【 】方法中。
点击查看答案&解析
填空题
下列程序的功能是显示用户在命令行方式下指定的任意驱动器目录,请补充程序。import java.iO.*;public class FindDirectories{public static void main (String args[ ]){if(args.length= =0)args=new String[ ] .. };try{File pathName=new File(args [0]);String[]fileName=pathName.list( );for(int i=0;<fileName.length;i+ +={File f=new 【 】if(f.isDirectory( )){System.out.println(f.getCanonicalPath( ));main(new String[ ]{ f.getPath( )});}}=catch(IOException e){e.printStackTrace( );}==
点击查看答案&解析
相关试题
为了便于对照检查,测试用例应由输入数据和...
由关系数据库系统支持的完整性约束是指【 ...
数据库保护分为:安全性控制、【 】、并发...
一个类可以从直接或间接的祖先中继承所有属...
数据库恢复是将数据库从【 】状态恢复到某...