|
||||||
| Java Help Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Look up "Thinking in Java" by Bruce Eckel. He has a free book available online.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. My CodeCall Blog | My Personal Blog |
|
|||
|
A couple of tips: 1. Learn to do things via the CLI. It will teach you how Java fits together in practice. Things like how packages are laid out and how the classpath works are important and can be glossed over by an IDE. This is fine except an IDE will not be able to handle non-trivial projects without some fiddling and that fiddling requires an understanding. To do this you will need to add the JDK's bin directory to your systems path variable. Installation Notes. That link shows you how to set up the path variable. 2. Download the API documentation. This package contains documentation for all the classes within the JDK including all the GUI (via Swing), file handling and network classes. This is an extremely useful resource for finding out how a particular class works or even just for browsing through. In fact Suns documentation is second to none. They have a whole host of tutorials. |
|
|||||
|
If you are willing to pay, I would recommend taking classes from someone locally. That way you can check out their credentials more easily. Feel free to ask questions here, though.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. My CodeCall Blog | My Personal Blog |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| One Month to learn Java - Pointers and book suggestions needed | Panarchy | Java Help | 18 | 10-30-2008 03:35 AM |
| Which is harder to learn Java or C++ ? | session | Java Help | 12 | 08-16-2008 07:04 AM |
| Tutorial: Starting Java Using Netbeans | Jordan | Java Tutorials | 0 | 04-05-2008 02:45 PM |
| Java Facts | techni68 | Java Help | 0 | 01-17-2007 01:41 PM |
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%