Originally posted by Jacky Chow:
In this program, the output of 2nd println(...) is "0,0" as expected, but if the fields changes to
then the 2nd println(...) is (10, 20), even this result is also expected by me.
What I want to know is how does the serialization mechanism work if we use final and static with transient
Originally posted by chi Lin:
For efficiency, you can use java.nio package for copy.
e172 of Java almanac 1.4
[/CODE]
Originally posted by Herb Schildt:
IMO the software is the main hold-up, but this, too, will come.
Originally posted by Herb Schildt:
we need software that enables a robot to operate in a human environment. We are only starting to achieve this. However, I thinks that it is, in part, only a matter of time and resources.
Originally posted by Ashok C.M.:
can u tell me of some other "SPECIAL" stuff that can be done using java?
Originally posted by Herb Schildt:
I believe that we are on the leading egde of a revolution in robotics. Just as the Internet changed the world a decade ago, the mainstream use of robotics will change the world again -- in the relatively near future. This is great news for us programmers!
Originally posted by aminur rashid:
So what is reflection in java and its use???