long int long int即long,给人的感觉好像是长整型,但实际上,它和int一样,只有32位。cppreference给出的定义是—— int - basic integer type. The keyword int may be omitted if any of the modifiers listed below are used. I…
long 与 Long
long类型和Long类型是不一样,long类型属于基本的数据类型,而Long是long类型的包装类。
结论
long是基本数据类型,判断是否相等时使用 ,即可判断值是否相等。(基本数据类型没有equals()方法࿰…