刚刚做完 1、ARP保温分为ARP Request和ARP Response 其中ARP Request采用( )进行传送和ARP Response 采用( )进行传送 A 广播 B 组播 C 多播 D 单播 2、对象支持序列化需要实现哪个接口( A ) A. Serializable B. Runnable C. Readable D. Closeable 3、下面哪个表达式的值为true ( A ) A. “abc”.equals(“abc”); B. new String(“abc”)==new String(“abc”); C. new Integer(100)...