Posted By:
S_Shreya
Posted On:
Tuesday, December 25, 2001 01:36 AM
Hello there, I am confused about unicode and bytecode in java. I am unable to understand why in mentioning data types, only char data type is mentioned as 16-bit unicode. What about int, long, byte, float etc.,? Is there any relation to unicode and bytecode? Actually, the bytecode which is an intermediate code, how it will be stored i.e., in what format? why java is compiled and interpreted? As interpretation is slower than compilation, why can't it be complied again instead of interpretation? How just-in-time compilers work and why they are not so popular? How ASCII is a subset of unicode? The java books that are available in the market are usin
More>>
Hello there,
I am confused about unicode and bytecode in java.
I am unable to understand why in mentioning data types, only
char data type is mentioned as 16-bit unicode. What about int,
long, byte, float etc.,? Is there any relation to unicode and bytecode?
Actually, the bytecode which is an intermediate code, how it will be stored i.e., in
what format?
why java is compiled and interpreted? As interpretation is
slower than compilation, why can't it be complied again instead
of interpretation? How just-in-time compilers work and why they are
not so popular? How ASCII is a subset of unicode? The java books
that are available in the market are using which code? ASCII or UNICODE?
Thank you!
Girija
<<Less