定义一个Father和Child类,并进行测试。要求如下:1)Father类为外部类,类中定义一个私有的String类型的属性name,name的值为“zhangjun”。2)Child类为Father类的内部类,其中定义一个introFather()方法,方法中调用Father类的name属性。3)定义一个测试类Test,在Test类的main()方法中,创建Child对象,并调用introFather()方法。
查看答案
简述下列程序运行结果:classA{inty=6;classInner{staticinty=3;voidshow(){System.out.println(y);}}}classDemo{publicstaticvoidmain(String[]args){A.Innerinner=newA().newInner();inner.show();}}
写出下面程序运行结果:classA{publicA(){System.out.println(“A”);}}classBextendsA{publicB(){System.out.println(“B”);}publicstaticvoidmain(String[]args){Bb=newB();}}
以下数据库不能用于检索核酸序列的是
A. Genbank
B. PDB
C. EMBL
DDBJ
蛋白质结构数据库常保存为下面哪一种格式为后缀的文件
A. PDB
B. txt
C. Seq
D. mdb