Java long的最大值

2019年2月11日21:25:54 发表评论 913 views
/**
 * Created by xabcd on 2019/2/11.
 */
public class TestJava5_4
{public static void main(String args[])
{   long long_max = java.lang.Long.MAX_VALUE;
    System.out.println("long的最大值:"+long_max);
}
}


long的最大值:9223372036854775807

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: