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.  合情合理的; 合法的 
  • 相关阅读:
    Yii隐藏单入口
    JS字符串的问题
    暑假第三测
    暑假第二测
    暑假第一测
    沈阳集训day4
    沈阳集训day3
    P2571 [SCOI2010]传送带
    CF626C Block Towers
    洛谷P4171 [JSOI2010]满汉全席
  • 原文地址:https://www.cnblogs.com/wucg/p/1984150.html
Copyright © 2011-2022 走看看