可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which statements describe&


Which statements describe guaranteed behavior of the garbage collection and finalization mechanisms?()  

  • AObjects are deleted when they can no longer be accessed through any reference.
  • BThe finalize() method will eventually be called on every object.
  • CThe finalize() method will never be called more than once on an object.
  • DAn object will not be garbage collected as long as it is possible for an active part of the program to  access it through a reference.
  • EThe garbage collector will use a mark and sweep algorithm.
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、Which statements describe&

Which statements describe two of the benefits of VLAN Trunking Protocol?()AVTP allows routin...

2、Which statement describes&

Which statement describes the call behavior of the Cisco Unified Wireless IP Phone 7921...

3、Which statement describes&

Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure for LOB&...

4、Which statement describes&

Which statement describes the FIP function of the FCoE Initiation Protocol? ()A It is&...

5、Which statement describes&

Which statement describes the XML management interface in Cisco NX-OS Software?()AThe following&e...

6、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1