由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java basic concept(2)
相关主题
arithmetic formula in javaquestion on stream write
Java Arithmetic Encoder[转载] 有人在用NetBeans IDE么?
Java will store your chinese into Unicodehelp about bitstream writer
Re: [转载] rephase the questionexpression in unicode
Java Telnet Client Implementation v0.991Beta怎么让java的locale指向英文?
SUN Java 1.4.2ft,我的java环境怎么变中文了?
急问:java如何处理中文字符请教汉字的utf-8 mapping (转载)
unicode control char[请教]调用外部命令编码的问题
相关话题的讨论汇总
话题: bits话题: java话题: concept话题: basic话题: 64
进入Java版参与讨论
1 (共1页)
s***k
发帖数: 23
1
Java primitive type
byte 8 bits
short 16 bits
int 32 bits
long 64 bits
float 32 bit IEEE754
double 64 bits IEEE 754
char 16 bits Unicode
boolean true or false.
final int a = 1; //means a will be 1 only, will not change
in the future
arithmetic operator
+ - * / % ++a --a a++ a--
comparison operators
> < >= <= == !=
&& || ! & | >> << >>> ~ ^
1 (共1页)
进入Java版参与讨论
相关主题
[请教]调用外部命令编码的问题Java Telnet Client Implementation v0.991Beta
网站国际化的问题SUN Java 1.4.2
hibernate一个国际化保存unicode value的问题急问:java如何处理中文字符
java 随机数 nextInt(int n)的问题unicode control char
arithmetic formula in javaquestion on stream write
Java Arithmetic Encoder[转载] 有人在用NetBeans IDE么?
Java will store your chinese into Unicodehelp about bitstream writer
Re: [转载] rephase the questionexpression in unicode
相关话题的讨论汇总
话题: bits话题: java话题: concept话题: basic话题: 64