SCJP培训笔记.docVIP

  • 2
  • 0
  • 约3.38万字
  • 约 20页
  • 2017-08-22 发布于江苏
  • 举报
SCJP培训笔记

  Initialization   初始化   * All class-level (member) variables are initialized before they can   be used.   All local variables are not initialized until it is done explicitly.   * 所有的成员变量在他们使用之前被初始化   所有的局部变量必须通过显式的赋值来初始化   * An array object (as distinct from reference) is always initialized   (with zeroes or s)   * 数组对象总是能够初始化(零或者)   * Member initialization with the declaration has exception problems:   - cannot call methods that throw a checked exception.   - cannot do error recovery from runtime exceptions.   - If you need to deal with errors you can put the initialization cod

文档评论(0)

1亿VIP精品文档

相关文档