多项选择题
AnInterface is an interface. AnAdapter0 is a non-abstract, non-final class with a zero argument constructor. An Adapterl is a non-abstract, non-final class without a zero argument constructor, but with a constructor that takes one int argument.
Which two construct an anonymous inner class()?
A. AnAdapter1 aa = new AnAdapter1 () {}
B. AnAdapter0 aa = new AnAdapter0 () {}
C. AnAdapter0 aa = new AnAdapter0 (5) {}
D. AnAdapter1 aa = new AnAdapter1 (5) {}
E. AnInterface ai = new Anlnterface (5)) {}
相关考题
-
多项选择题
Whichtwoareneededcomponentswhendesigningandimplementingasecuritysolution?()
A.detailed VLAN information
B.an incident response plan
C.results of testing the new network configuration
D.an existing hierarchical network topology
E.a security policy for your organization -
多项选择题
Which of the following host addresses are member of networks that can be routed across the public Internet? ()
A. 10.172.13.65
B. 172.16.223.125
C. 172.64.12.29
D. 192.168.23.252
E. 198.234.12.95
F. 212.192.48.254 -
单项选择题
实现完全限定域名的解析方法是()。
A.路由服务
B.DNS服务
C.DHCP服务
D.远程访问服务
