Hey,
After going on a week's course after knowing java for 4 1/2 years, I can say they are pretty much identical. There are a few differences, but not many.
imports are called "using"
Also, files are defined with "namespaces", indicating the project they belong to.
For example
namespace MyProject
{
class One {}
class Two {}
class Three {}
}
Primitives are now objects.
And obviously - the loss in portability.
But, back to the point in question, I have no doubts that the books were written side by side.
Regards,
Dominic
|