zoukankan      html  css  js  c++  java
  • Think in java, notes


    Where storage lives1.Registers2.The stack3.The heap4.Constant storage5.Non-RAM storage
    java Primitive type:  Wrapper type1.boolean Boolean2.char 16 bits Character3.byte 8 bits Byte4.short 16 bits Short5.int 32 bits Integer6.long 64 bits Long7.float 32 bits Float8.double 64 bits Double9.void Void
    High-precision numbersBigIntegerBigDecimal
    ---------------------------------------The key difference between Java SE5 and earlier versions of Java is that the earlier 
    versions would force the overridden verion of process() to return Grain, rather than Wheat, even though Wheat is derived from Grain and thus is still a legitimate return type. Covariant return types allow the more specific Wheat return type.
    Covariant 协变
    legitimate   
    adj.  合情合理的; 合法的 
  • 相关阅读:
    linux 磁盘管理学习笔记
    Apache的Order Allow Deny心得
    NodeJs 笔记
    JavaScript 笔记
    MySQL 学习笔记
    HTML 转义符
    UTF-8 BOM(EF BB BF)
    [ Python
    [ Python
    [ Python
  • 原文地址:https://www.cnblogs.com/wucg/p/1984150.html
Copyright © 2011-2022 走看看