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.  合情合理的; 合法的 
  • 相关阅读:
    面试准备
    session
    memcached优化方案实例
    MySQL用户管理
    MySQL事务
    Linux防火墙
    Linux权限体系
    Linux查看日志文件
    查看系统状态
    负载均衡(六)分表分库的负载均衡
  • 原文地址:https://www.cnblogs.com/wucg/p/1984150.html
Copyright © 2011-2022 走看看