How to start learning Java?

What is a good way to start learning Java?

  • I've recently been interested in programming, specifically Java. I've been looking at some video's on YouTube, but I don't know if It's the best way to start. What's the best way to start learning Java for someone that is completely knew to It?

  • Answer:

    My collage taught me these things about java in the following order. 1.What a main method is 2.what primitive types are and how to use them 3.what if statements are 4.what while and for loops are and how to iterate through them properly 5.what a method is and how to use them 6.what classes are and how to use them (also what the key words private, public, protected, final, static) 7.what polymorphism and inheritance is and how to use it (super classes, abstract classes, and interfaces) 8.what generic types are and how to use them\ these things will take you a year to learn fully if you keep at it but if you learn these things you will have a good understanding of the java language. if you want to start programming right now download eclipse it is a free java compiler that will allow you to write programs. let me give you a piece of advise if you are serious about learning programming it will take you a while to do even the most simple things most people who try and start programming feel lost and stupid all of the time(I did) don't let that phase you keep at it and be stubborn and you will get where you want to go.

Lee at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

If you get a formal course on how to program in Java, I think that's the best way to learn. If you have a local library, see if they have a Java book (maybe one of those programming for Dummies books). Despite the title, those books are definitely a great way to begin anything. They provide good information in a very accessible format. I highly recommend using books. I'm currently at the end of a Masters course and never used books during my undergraduate degree. I completely regret that now because I've used books all this year and found them great! The real best way to learn any language is to learn the concepts and then just start playing around with the language. If you're a logical person, the more you attempt to write programs, the more you figure out about the language. For example, try to write a simple program that displays the grade based on the percentage you received. So like 0-39% displays "F", 40-55% displays "D", etc. Then just build bigger and more complex programs from there.

jaych1001

a lot of community colleges offer programming basic courses where you get an intro to java as well as many other types of programming languages. But if that isn't an option, there are plenty of books on Amazon to learn the basics/advances of Java

oxskittlefreekxo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.