|
From: DeWeese, J. <jde...@ba...> - 2002-03-07 13:43:08
|
The best tutorials is at http://java.sun.com/docs/books/tutorial/ <http://java.sun.com/docs/books/tutorial/> <http://java.sun.com> . There is a good book published by Wrox Press called "Beginning Java 2", if you can get the JDK 1.3 Version that is the new release of the book. The book covers from the very basics (like variables) to the complex (database connections, gui). I still refer to the book on a regular basis. And there is always the ultimate reference at http://java.sun.com/j2se/1.3/docs/api/index.html <http://java.sun.com/j2se/1.3/docs/api/index.html> . This is sun's API (class listing) reference. -----Original Message----- From: Javier Nievas [mailto:jav...@ya...] Sent: Wednesday, March 06, 2002 12:36 PM To: DynAPI IDE Subject: [Dynapyide-developer] A question I'm at university, now I must learn Java for a subject. We are learning concurrent programming, and we will use the threads on Java. So, I need to learn Java. I know some C, and something about OOP. Can somebody recommend me a tutorial to learn Java? And a good IDE to develop the exercises I must do? Thank you |