[java] Need help
January 06, 2001 01:02 PM
"I think Java is a good base to learn C later."
I _don''t_ think Java is a good base for learning C. They are different. While they look alike on the surface, they can behave quite differently.
C is meant to give you a lot of power (access to the machine).
Java is meant to be safe and portable.
I _don''t_ think Java is a good base for learning C. They are different. While they look alike on the surface, they can behave quite differently.
C is meant to give you a lot of power (access to the machine).
Java is meant to be safe and portable.
If you''re interested in the JDK-1.2.2 API documentation for offline reading I have put it out here:
http://gothix.trans4media.com/docs/jdk1.2.2-doc.tar.gz
As you can see it''s a Unix-tarball, so if you''re on a Windows-machine (or, heaven forbid, a Mac), let me know, and I''ll put a "regular" zip-version there as well.
Neophyte
- Death awaits you all with nasty, big, pointy teeth. -
http://gothix.trans4media.com/docs/jdk1.2.2-doc.tar.gz
As you can see it''s a Unix-tarball, so if you''re on a Windows-machine (or, heaven forbid, a Mac), let me know, and I''ll put a "regular" zip-version there as well.
Neophyte
- Death awaits you all with nasty, big, pointy teeth. -
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement