v**o 发帖数: 64 | 1 Ask this way is also very ambiguous. Actually Java
can do everything that other language can do, but
"Pure Java" has its limitation no doubt.
The meaning of "Pure" you can conceive like this:
Have no native code absolutely in your program.
That's mean you should only use Sun's API when coding.
Note API can contain native code, because it is the
implementation of the industory specification. Thus
you can trust it behaved samely in different platform.
(or say u have to trust it:)
To establish a AP |
|