当前位置: 技术问答>java相关
简 单 的 问 题
来源: 互联网 发布时间:2015-01-27
本文导语: Which of the following statements are true?(选2个) 1) Adding more classes via import statements will cause a performance overhead, only import classes you actually use. 2) Under no circumstances can a class be defined with the private modifier 3)...
Which of the following statements are true?(选2个)
1) Adding more classes via import statements will cause a performance overhead, only import classes you actually use.
2) Under no circumstances can a class be defined with the private modifier
3) A inner class may under some circumstances be defined with the protected modifier
4) An interface cannot be instantiated
1) Adding more classes via import statements will cause a performance overhead, only import classes you actually use.
2) Under no circumstances can a class be defined with the private modifier
3) A inner class may under some circumstances be defined with the protected modifier
4) An interface cannot be instantiated
|
1)搞不明白。
2)说的是,无论哪种情况下,都不能吧类定义为私有类,实际上,作为一个内部类,是可以被定义为private的。错误。
3)说的是,内部类在某些情况下可以被定义为protected型的,正确。
4)是说接口不能被实例化。我觉得正确。
2)说的是,无论哪种情况下,都不能吧类定义为私有类,实际上,作为一个内部类,是可以被定义为private的。错误。
3)说的是,内部类在某些情况下可以被定义为protected型的,正确。
4)是说接口不能被实例化。我觉得正确。
|
3,4 ^_^
|
3.4
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。