Results 1 to 3 of 3
- 10-15-2012, 11:34 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 26
- Rep Power
- 0
Learning Java - What are your tips?
Im slowly looking into Java, haven't come that far.
At the moment im using some youtube tutorials to learn the basics.
But id thought those that actually know Java already.
What general tips do you have for one that just started learning?
So far i cant really see what ill be able to do with Java.
I can calculate math stuff and get different answers in the console and use a few if statements.
But i cant really say i know what ill use this for yet...
I am quite sure that it will all make more sense in about 20-40 more lessons (videos).
And ill understand a bit more.
What mistakes did you do early when learning?
Just so i can avoid some and keep me focused on the goal :)
- 10-16-2012, 02:39 AM #2
Member
- Join Date
- Oct 2012
- Location
- Tempe, Arizona
- Posts
- 77
- Blog Entries
- 12
- Rep Power
- 0
Re: Learning Java - What are your tips?
You will soon learn that there is just about an infinite way of writing things. Java is an object-orientated language, yet if you want, you will never need to use objects. If you want you will never need to use arrays. There are a lot of things in Java that you don't NEED to use, but they make programming so much easier. Don't shy away from learning a new technique because you can already finish the project without using them. These things are there because programmers, with decades of experience, deemed them very important. Learn them.
That was my mistake when I first started learning programming. Why use objects, I asked myself; they just seem complicated. Yet a month down the road, you will be thinking, Wow, I could accomplish that same goal using half the code if I used objects. Or Wow, I should have used a loop there, and an array there, why didn't I learn about this stuff earlier.
Just because thing get complicated, doesn't mean they are not worth while to know.
As for where you are right now, we have all been there. The power of the language is not demonstrated at first. It is like when you were a child. You must learn to count before you can learn to multiply, and you must first learn to multiply before you can learn exponents. And my god if exponents are not powerful.
Just my take...
- 10-16-2012, 09:56 AM #3
Member
- Join Date
- Oct 2012
- Posts
- 26
- Rep Power
- 0
Re: Learning Java - What are your tips?
Awesome. Exactly what i was looking for.
Thanks for sharing your thoughts.
Anyone else that got tips.
Bet others that are starting with Java can like this thread if they find it :)
Specially if it is filled with ideas/thoughts/tips/trix from those that have passed the first steps in the learning curve.
Similar Threads
-
New To Java. Books? Tips?
By kevintran in forum Forum LobbyReplies: 6Last Post: 08-16-2012, 06:03 PM -
Java Mem and threading tips
By masijade in forum Reviews / AdvertisingReplies: 2Last Post: 06-16-2011, 04:30 PM -
hi guys help me please . Learning from pdf is good or learning from book ?
By funkygarzon in forum New To JavaReplies: 12Last Post: 06-14-2011, 04:55 PM -
Need Java career tips
By computerbum in forum Jobs DiscussionReplies: 2Last Post: 05-05-2010, 02:36 PM -
Java Newbie Overall Tips
By Hossein in forum New To JavaReplies: 4Last Post: 04-05-2010, 10:32 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks