下面哪个是正确的()
A. String temp [] = new String {“a” “b” “c”};
B. String temp [] = {“a” “b” “c”}
C. String temp = {“a”. “b”, “c”}
D. String temp [] = {“a”. “b”, “c”}
设置iptables防火墙策略,默认禁止与本地进程进行通信,以下语法正确的是()
A. iptables -t filter -I INPUT ACCEPT
B. iptables -t filter -A INPUT ACCEPT
C. iptables -t nat -A INPUT ACCEPT
D. iptables -P INPUT DROP