皮皮学,免费搜题
登录
搜题
【单选题】
“诏不得以北俗之语言于朝廷,若有违者,免所居官”,这道诏书是哪位统治者颁发:( )
A.
B.
汉武帝
C.
D.
北魏孝文帝
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】阅读程序写结果 class Test{ int a=1; void m1(){ System.out.println(a); } } class E1 extends Test{ int a=2,b=3,c; void m2(){ System.out.println(a); } } public class H{ public static void main(String[] s){ E1 e...
【简答题】阅读程序写结果 import java.io.*; public class Test{ public static void main(String args[]){ SubClass sb = new SubClass( ); System.out.println(sb.max( )); } } class SuperClass{ int a = ...
【多选题】与其他食品原料相比,果蔬原料非常明显的两个营养成分特点是
A.
水分含量多
B.
蛋白质丰富
C.
碳水化合物丰富
D.
色素多样
【简答题】阅读程序写结果 class Test{ public int x=2; Test(){ System.out.println("Test"); } } class Test1 extends Test{ public int x=3; Test1(){ System.out.println("Test1"); } } class H{ public static void main(String[...
【简答题】阅读程序写结果 class test { public static void main (String [] args ){ int x=9, y; if (x>=0) if (x>0) y=1; else y=0; else y=-1; System.out.println(y); } }
【简答题】阅读程序写结果 class Father { void sport() { System.out.print("打篮球!"); } } class Son extends Father { void sport() { System.out.print("踢足球!"); } } public class Test { public static void main(String[] args) {...
【单选题】关于产生X线条件的叙述,错误的是
A.
电子源
B.
高速电子流
C.
阻碍电子流的靶面
D.
高速电子与靶物质相互作用的结果
E.
X线管的靶面均由钼制成
【简答题】阅读程序写结果 class A { double f(double x, double y) { return x * y; } } class B extends A { double f(double x, double y) { return x + y; } } public class Test { public static void main(String args[]) { ...
【简答题】简述包豪斯对现代艺术的影响
【简答题】阅读程序写结果 public class Test{ public static void main(String args[]){ int i,Max,Min; int a[]={12,67,8,98,23,56,124,55,99,100}; Max=a[0];Min=a[0]; for(i=1; iMax) Max=a[i]; } System.out.print(Max+" "+Min);...
相关题目: