未知题型
The essence of(74) is the invention of a hierarchical, domain-based naming schemE.It is primarily used for mapping host names and e-mail destinations to IP addresses.
A.DNS
B.NNTP
C.CDP
D.FTP
- A.A.DNS
B.NNTP
C.CDP
【参考答案】
A
解析:参考译文:DNS的本质是一个基于域的命名方案,它主要用来把主机名称和电子邮件的日的地址映射为IP地址。
点击查看答案
相关考题
-
未知题型
下面程序执行后,baz的值应是______。 public class Test9 { public static void main(String[] args) { int index = 1; int fox[] = new int [3]; iht bar = fox [index]; int baz = bar + index; System.out.println(baz); } }A.0B.1C.2D.编译错误
A.out.println(baz);
B.0
B.1
C.2 -
多项选择题
某酒厂(增值税一般纳税人)移送一批白酒给自设的非独立核算门市部,同批次白酒不含税出厂价格240元/斤,门市部已销售300斤,不含税售价280元/斤。对于上述业务的税务处理,下列说法正确的是( )。 A. 应按出厂价格征收消费税 B. 应按门市部销售价格征收消费税 C. 该酒厂应纳消费税额税额16950元 D. 该酒厂应纳消费税额税额14550元 -
未知题型
下列程序的运行结果是______。 Class C14 implements Runnable { private int i; public C14(int n) { this.i = n; } public void run{) { try { ThreaD.currentThread().sleep(i); } catch(InterruptedException ie) { System.err.println(iE.tString()); } System.out.println('线程' + ThreaD.currentThread() .getName + '睡眠了' + i + '毫秒结束'); } } public class Testl4 { public static void main(String[] args) { Thread t = new Thread(new C14(300), 't'); t.start(); } }A.线程t睡眠了300毫秒结束B.线程Thread-0睡眠了300毫秒结束C.线程t睡眠了i毫秒结束D.线程Thread-0睡眠了i毫秒结束
A.i
B.currentThread().sleep(i);
C.err.println(iE.tString());
D.out.println('线程'
E.currentThread()
F.getName
G.start();
H.线程t睡眠了300毫秒结束
B.线程Thread-0睡眠了300毫秒结束
C.线程t睡眠了i毫秒结束
