>I hate how resource hungry some java programs can be
Thats the thing from the Ice age. Now Java can really be as fast and efficient as some of the native language code.
Well, I was insulting the program, not the language, but the program sort of turned me off the idea of learning Java...>I did some searching around and found two books
Hmmm... Did you not search the sticky thread at the start of the forum ? It lists some good books for Java too and they really are worth.
Yes I did, the only introductory book was Head First Java, which I said, wasen't really my taste, and yes I read through the first chapter and a few random pages.I personally haven't read any of the books mentioned, I haven't even heard the name of Big Java before, I found Bruce Eckel's Thinking in Java quite good.
Yeah I've seen Thinking in Java being mentioned a couple of times before, I'll keep it in mind, so thanks for the insightful answer :)Absolute Java is a good beginner's book. It covers the concepts with simplicity and clarity, and goes in depth enough that you can explore the concepts further on your own without too much trouble.
Never heard of it, the cat cover looks pretty cool though :P Might give it a look later, so thanks for the suggestion!I personally recommend Head First Java.
Thanks for the recommendation but I did say that I didn't really like it :P And yes, I did read it a little...I'm currently learning from a book called Data Structures Using Java 5.0 by Nicholas J. DeLillo. It's a great book with lots of great examples.
Thanks for the suggestion, but it's not exactly a Java intro according to the next couple of posts :PI found the best book to be google and the best tutorials to be whatever the mind can conceptualize into the digital world.
I have been writing software since the 6th grade (C++ and Java more recently) and I must say I learned the most when I took every day computing tasks and wrote applications to solve the problems.
Java is a very neat language in that you can very easily get up and running with it given you've got the time and patience to do so (almost contradictory I know haha :P )
Given a good compiler (NetBeans or Eclipse) you can begin serving JSP and servlet based applications almost immediately and can go spiraling up from there.
So to make a long bloated story short, find something you like to do on your computer or something you find boring enough - and write a solution to it.
I started with files manipulation: moving files, searching for content, manipulating contents...etc and progressed from there. I've since dived into servlet applications, image meta data manipulation, service bus implementations, student loan calculators, database administration applications, multi-threaded apps, web sniffers / harvesters...etc
You never know where the fingers will take you :)
Oh yeah, that's a base I got covered :P I got several plans, some I've started working on basically, and some I'm not experienced enough to start up yet, and some I haven't got the time for yet, but I'm always trying to solve something, nothing more satisfying than solving a problem using your own program!
As for using google, it's certainly indespensible when coding, but I kind of use it to find out extra information, as a backup source and updated information source, but I don't think I could initially learn by googling, I see google more of a place to find answers...I have Java How to Program 6th edition and I really like it. It takes reader from simple basic of console programming to GUIs, drawing, databases, web development (6th edition compare to 7th is missing on AJAX, but I prefer 6th explanation on JSP and servlets), networking and introduction to threads. Progress through book is followed by UML topics based on currently explained topic in the book. I never read the whole book I guess somewhere around 1/3 it was more of jumping between various topics because of my school teaching path, but I consider it as good learning resource plus attached CD is usually loaded with interesting things
Thanks for the insight into the book, certainly sounds comprehensive. I'm probably gonna end up with the 7th edition or possibly 8th one if I delay buying this for a few weeks. Really shifting to liking Java How to Program, so I guess I'll be buying it :) Thanks!