|
|
|
|
|
by dragonquest
4446 days ago
|
|
I would advise starting off with a good Java book and writing code in a text editor for a week or two before migrating to JDeveloper. It might seem masochistic, but the steep curve pays off later. As for the book, "Java: The Complete Reference (9th Edition)" by Herbert Schildt was recently launched and covers the latest version of Java (Java 8). "Thinking in Java (4th Edition)" by Bruce Eckel is also good, but requires a fair amount of programming experience in other languages. As for SQL, a short book called "SQL in 10 minutes" by Ben Forta is quite good. Despite it's cheesy sounding name, it is a great resource to get up and running quickly. Not in 10 minutes though. Also (forgive the shameless plug) you can refer to my short ebook "A Primer on SQL", free to read and download. https://leanpub.com/aprimeronsql/ |
|