A. Accelerates NFS file sharing, MAPI, and HTTP 1.0.
B. Accelerates CIFS, MAPI, and additional TCP traffic specified by app rules.
C. Accelerates Samba 3.0, Outlook communications in the enterprise, and HTTP.
D. Accelerates Windows XP-based file sharing, MAPI, and access to the intranet web portal.
第1题:
下列复选框构造方法,错误的是 ( )
A.setLayout(new GridLayout(3,1));
B.add(new Checkbox("one",null,true));
C.add(new Checkbox("two"));
D.add(new Checkbox("one",true));
第2题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第3题:
第4题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第5题:
A.ping
B.Telnet
C.FTP
D.TCP
E.IP
第6题: