Learning Java for beginners

Terrabytes

Junior Member
Joined
Jul 20, 2013
Messages
2
Reaction score
0
Hi guys I've been wanting to learn how to program for a while and decided to start with Java(after reading about it's usefulness on the internet) but am not really sure how to start. I actually downloaded Eclipse a while back and tried to teach myself through youtube tutorials but that didnt work out quite as well as I'd hoped(It started off okay but after a while it got really confusing and I didn't really understand what the guy was saying) so I was wondering if any programmers here know of a good place to start learning.

P.S I was actually considering paying someone to teach me(Like gteceducation or intellisoft) but I'm not sure how reliable is it.
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi guys I've been wanting to learn how to program for a while and decided to start with Java(after reading about it's usefulness on the internet) but am not really sure how to start. I actually downloaded Eclipse a while back and tried to teach myself through youtube tutorials but that didnt work out quite as well as I'd hoped(It started off okay but after a while it got really confusing and I didn't really understand what the guy was saying) so I was wondering if any programmers here know of a good place to start learning.

P.S I was actually considering paying someone to teach me(Like gteceducation or intellisoft) but I'm not sure how reliable is it.

Please go get a Java book for beginners and work through it. Are you a student, if so, consider taking up a course in Poly or Uni on it
 
Last edited:

Terrabytes

Junior Member
Joined
Jul 20, 2013
Messages
2
Reaction score
0
Hi thanks for the reply, I'm in ns now going to study business next year. Hmm do you have any particular books to recommend because the ones ive read so far didn't really help much either
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hi thanks for the reply, I'm in ns now going to study business next year. Hmm do you have any particular books to recommend because the ones ive read so far didn't really help much either

Which book have you read so far ? How do you find them not helping much ?

If you have no programming background, what you probably need more is learning how to program, not so much of which language in specific.

I don't really have any specific Java Programming books to recommend since when I picked it up, it's still Java 1.1/1.2

Recent Java has a lot of new frameworks classes, generics, annotations and so forth features incorporated, I can't be sure which book explain better. I normally don't recommend people to books unless it has really something special to discuss about. Different people have different approach to absorb information. At different level, one tend to focus differently too. Some topics are better to have books written with more practicals in depth, or some others in theory more, so you will like to flip thru the TOC, look at the discussed topics and also briefly read thru the chapters and see if the author wrote in the way that you can easily understand. Some authors write good books, but are deep and assume you have a lot of knowledge in those topics.

Update
Knowing that you are a business student and not a comp. sci student, I would recommend that you go pick up Windows technologies. Knowing how to program in .NET, using languages like C#, VB.NET, VBA, ASP.NET would bring you more value in the software you are using.

Most productivity suite will be Microsoft Office. It is extensively integrated with .NET and VBA, you will find your skill set having more areas of usage.

Learning C# and ASP.NET will also give you as much leverage as Web Java developers when coming to web development.

As much as I don't enjoy Windows technologies myself and prefer the *NIX & Java camps more, I will say Windows technologies will bring you more value since you are not likely to major in software development.
 
Last edited:
Joined
Nov 4, 2011
Messages
466
Reaction score
0
See Lynda.com's guides (paid, but awesome) on the Fundamentals of Programming and Java.

I'd also suggest using Netbeans instead of Eclipse, but that's a personal preference thing.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top