SCJPChAssignments.docVIP

  • 1
  • 0
  • 约1.17万字
  • 约 11页
  • 2017-08-22 发布于江苏
  • 举报
SCJPChAssignments

SCJP Study Notes: Chapter 3 Assignments Page  PAGE 11 of  NUMPAGES 11 Chapter 3 Assignments 1. Stack and Heap – An Overview Instance var and object live on heap Local var live on stack 2. Literals, Assignments and Variables 2.1 Literal Value for All Primitive Types Primitive Integer Literal Decimal Type Octal 0 ~ 7 int eight = 010 nine = 011 HexaDecimal 0 ~ f 0x7FFFFFFF long l = 0xFFFFl Float Pt. Literal float (32 bit) (must suffix f/F) (double by default) double (64 bit) (d/D) Boolean Literal (true/false) NOT 0/1

文档评论(0)

1亿VIP精品文档

相关文档