Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > The IT Pro > Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Programming A discussion forum for programs and programming used in tech-related businesses.

Reply
 
LinkBack Thread Tools
Old 08-02-2008, 04:35 PM   #1 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Java book/tutorial series suggestions?

Hey, i'm starting out programming in Java. I know all the general programming concepts behind many languages and i find most tutorials try to teach them as if you're starting programming from scratch(which would be fine but i'm not). Sun's tutorials trying to teach data encapsulation and spending pages doing so. I also find that the other tutorials i've tried have no real structure and feel more like how-to's than tutorials. Netbeans' tutorials having no structure etc.

Does anyone know of any good books/tutorials which are ordered and don't spend hours explaining the same old concepts/have a continuous flow? If anyone has any book/tutorial suggestions please do post them because i can't find anything that i don't lose interest in.

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 08-04-2008, 10:24 AM   #2 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 320
OS: XP Pro, Vista Business, Suse Linux, Win98 SE


Re: Java book/tutorial series suggestions?

hmm... I've had a class or two on Java. Specifically J2SE, you know, aid in the development of client-side standalone applications or applets. One book that I've read is: Introduction to Java Programming 6th Edition, By: Y. Daniel Liang.

He does a pretty good job at explaining the basics to you, and more. Starting at primitive data types and data types and operations, to GUI programming, and eventually exception handling, I/O, and recursion.

He also gives a site that has a lot of the examples and problem sets that are in the book. This was my Java 1 book, but we only went through object oriented design (love object oriented, makes life easy:). It's a good book for learning and getting a strong grasp of the language.

I know your pretty experienced in programming, but in any case this book gives you a good explanation rather then "this is how you do it" approach.
tech-it-^ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-04-2008, 03:25 PM   #3 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Re: Java book/tutorial series suggestions?

Cheers, sounds like what i need, i'll look it up =]

Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-04-2008, 07:15 PM   #4 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 986
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: Java book/tutorial series suggestions?

You might check out the Deitel & Deitel book on the subject Java: How to Program. I like the fact that their C++ book had both "Software Engineering Notes" and "Good Programming Practice Notes" and pointed out that the two don't always coincide.

Something like Java: In a Nutshell or one of the non-beginner books from Apress, Oreilly or Wrox might be worth looking at too. Those publishers generally have decent, good or great quality books (but not always, so have a good look through the books first).

Whatever you do look at, make sure it's a good book. I had no idea how much of an abomination the Java textbook I had was until halfway or so through class when I was supposed to use the book's own libraries because the author (and professor) wanted to gloss over subjects like exception handling. Ironically the professor's stated goal was to teach us to write good code.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-04-2008, 08:33 PM   #5 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Re: Java book/tutorial series suggestions?

Cheers shuuhen,

I was thinking of looking at Java: in a nutshell, so i may take a look. I guess i'll just have to look around for something fitting. I haven't read any Deitel & Deitel books so that might be interesting aswell.

Thanks loads,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-05-2008, 07:10 AM   #6 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 320
OS: XP Pro, Vista Business, Suse Linux, Win98 SE


Re: Java book/tutorial series suggestions?

Yeah,

like Shuuhen said, whatever you do make sure you look at the book before buying it. Everyone has there own opinion on what book is better and what not, but look at the books and get one that conforms to your own learning style. Try a Micro Center or something to look at the books. I'm not to sure where else you can check them out at.
tech-it-^ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-05-2008, 09:02 AM   #7 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Re: Java book/tutorial series suggestions?

My dad had a copy of Java in a nutshell (4th edition) laying around and i like the in a nutshell books so i've decided to find a copy of the most recent edition(5th i think). So i recon i'm off to my local bookshop... Cheers for all the advice =]

Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-31-2008, 05:22 AM   #8 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros


Re: Java book/tutorial series suggestions?

Cheers i will take a look =]
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:49 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85