首页/ 题库 / [单选题]以下对File类的public bool的答案

以下对File类的public boolea isFile()方法的描述,哪个是正确的?()

单选题
2022-01-10 05:50
A、判断该File对象所对应的是否是文件。
B、判断该File对象所对应的是否是目录。
C、返回文件的最后修改时间。
D、在当前目录下生成指定的目录
查看答案

正确答案
A

试题解析

感兴趣题目
以下对File类的public boolea isFile()方法的描述,哪个是正确的?()
—Do the dishes,Mike,or I will tell mum!
Java卡技术是Java技术与智能卡技术相结合的产物,Java智能卡可以用在以下哪个领域()
Periodic publications notifying changes in,or additions to,previously published navigational data are().
Java程序分成应用程序和小应用程序两类,所以一个Java程序不可能既是应用程序,又是小应用程序。()
编译Java程序file.java后生成的程序是()。
利用Java语言可以开发客户端Java小程序和应用程序,以及独立的服务器应用程序等。
JNDI是java命名和目录接口,是一个为Java应用程序提供命名服务的应用程序编程接口。
每个Java小应用程序必须定义为Jframe类的子类。
Periodic publications notifying changes in,or additions to,previously published navigational data are().
下列类的定义中,有( )处语法错误。 class Base { public: Base(){} Base(int i) { data=i; } private: int data; }; class Derive : public Base { public: Derive() : Base(O) {} Derive (int x) { d=x; } void setvalue(int i) { data=i; } private: int d; };
下面程序的结果是 ______。 #include<iostream.h> class A{ public: virtual void fun()=0{}; }; class B:public A{ public: void fun () {cout<< "new file" ;} }; class C: public A{ public: void fun (){cout<<"open file"<< " " } }; class D: public A{ public: void fun () {cout<< "save file " ;} }; void main() { A a,*p; B b; C c; D d; p=&c; p->fun (); p=&b; p->fun (); p=&d; p->fun(); }
相关题目
Java程序设计中,用new来创建一个类的实例,即“对象”。

Graphic representations for a program, type of file, or function .

下面程序的结果是 ______。 #include<iostream.h> class A{ public: virtual void fun()=0{}; }; class B:public A{ public: void fun () {cout<< "new file" ;} }; class C: public A{ public: void fun (){cout<<"open file"<< " " } }; class D: public A{ public: void fun () {cout<< "save file " ;} }; void main() { A a,*p; B b; C c; D d; p=&c; p->fun (); p=&b; p->fun (); p=&d; p->fun(); }
Hurry up please, or I’ll be late.
以下程序执行后输出结果是( )。 public class test { public static void main(String[ ] args) { int i; for(i=1;i<5;i++) switch(i) { case 1:System.out.print(“first-”); case 2:System.out.print(“second-”); break; default:System.out.print(“others-”); } } }
Criminals are given the _____ of going to jail or facing public humiliation.
Test.java程序代码如下: public class Test{ public static void main(String[] args){ System.out.println(args[1]); } } 以上程序编译后用java Test 2 3 4 5运行的输出结果是什么? ( )
I dont know if I should make my hair _ or leave it straight
当系统显示出错信息:Bad command or file name时,应从()方面进行检查。
在应用ORS液的过程中,错误的是()
对Java中类的构造方法描述正确的是 ( )
下面程序的输出结果是( )。 import java.awt.*; import java.applet.*; public class HelloApplet extends Applet { public void paint(Graphics g) { g.drawstring("Hello World!", 20, 20); } }
下面程序的输出结果是( )。 import java. awt.*; import java. applet.*; public class HelloApplet extends Applet { public void paint(Graphics g) { g.drawString("Hello World! ",20,20); } }
在JAVA中,以下()类的对象以键-值的方式存储对象。
可以使用由Java监视程序提供的更为简单的机制直接调用Java类。要使用监视程序实例化对象,就必须使用VBScript或者JavaScript的______指令并以java:classname的形式提供Java类的全名。
在Java语言及其他的面向对象的程序语言中,对象和类具有本质的区别,以下关于对象和类的说法错误是()。
设有如下程序: #include <iostream> using namespace std; class A { public: int i; display() { cout<<"class A "; } }; class B { public: int i; display() { cout<<"class B "; } }; class C : public A, public B { int j; public: int i; show ( ) { j = i * i; display(); } }; int main() { C demo; demo.show(); return O; } 则主程序运行时将( )。
设有如下程序:#include <iostream. h>class A{public:int i;display(){ cout<<"class A "; }};class B{public:int i;display(){ cout<<"class B "; }};class C: public: A, public: B{int j;public:int i;show(){ j=i*i; display(); }};void main(){C demo;demo. show();}则主程序运行时,将( )。
JNDI是java命名和目录接口,是一个为Java应用程序提供命名服务的应用程序编程接口。
在下列程序的空白处,应填入的正确选项是(  )。import java.io.*; public class writeInt{ public static void main(String[] args){ int[] myArray={10,20,30,40}; try{ DataOutputStream dos=new DataOutputStream(new FileOutputStream("ints.dat")); for(int i=0;i dos.writeInt(myArray[i]); dos.close(); System.out.println("Have written binary file ints.dat"); } } catch(IOException ioe){ System.out.println("IOException"); } } }
广告位招租WX:84302438

免费的网站请分享给朋友吧